commit | 577941eb56fe5fd95e1a60c6dba3dfaf606e3fde | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sat May 19 22:31:33 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 20 18:58:27 2018 -0400 |
tree | 50a1fe4270c8160c4b63fbecf4b5d1d3c35de5eb | |
parent | 81ee33d87362ac542cd8ad6d6fb7b886a51e2c96 [diff] |
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>