提交 b6c88010 编写于 作者: G Geert Uytterhoeven 提交者: David S. Miller

ARM: dts: qcom-apq8060: Correct Ethernet node name and drop bogus irq property

make dtbs_check:

    ethernet-ebi2@2,0: $nodename:0: 'ethernet-ebi2@2,0' does not match '^ethernet(@.*)?$'
    ethernet-ebi2@2,0: 'smsc,irq-active-low' does not match any of the regexes: 'pinctrl-[0-9]+'

There is no "smsc,irq-active-low" property, as active low is the
default.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 18a419ba
...@@ -581,7 +581,7 @@ ...@@ -581,7 +581,7 @@
* EBI2. This has a 25MHz chrystal next to it, so no * EBI2. This has a 25MHz chrystal next to it, so no
* clocking is needed. * clocking is needed.
*/ */
ethernet-ebi2@2,0 { ethernet@2,0 {
compatible = "smsc,lan9221", "smsc,lan9115"; compatible = "smsc,lan9221", "smsc,lan9115";
reg = <2 0x0 0x100>; reg = <2 0x0 0x100>;
/* /*
...@@ -598,8 +598,6 @@ ...@@ -598,8 +598,6 @@
phy-mode = "mii"; phy-mode = "mii";
reg-io-width = <2>; reg-io-width = <2>;
smsc,force-external-phy; smsc,force-external-phy;
/* IRQ on edge falling = active low */
smsc,irq-active-low;
smsc,irq-push-pull; smsc,irq-push-pull;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册