]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: Remove OF check for IRQ domain
authorAndrew Lunn <andrew@lunn.ch>
Sat, 19 May 2018 20:31:33 +0000 (22:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 May 2018 22:58:27 +0000 (18:58 -0400)
commit12f571eaf4f649ff0e1b6c5327959fb559ca9974
tree50a1fe4270c8160c4b63fbecf4b5d1d3c35de5eb
parentf120f5bfa8d712018200bde24dfa41bcc99e4d0e
net: dsa: mv88e6xxx: Remove OF check for IRQ domain

An IRQ domain will work without an OF node. It is not possible to
reference interrupts via a phandle, but C code can still use
irq_find_mapping() to get an interrupt from the domain.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/global2.c