Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/d58c8323c3d544f91f7e4585a5b163bc374397d1.1625140615.git.geert+renesas@glider.be
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Geert Uytterhoeven and committed by
Bjorn Andersson
2bc7a025 0dc6c598

+1 -3
+1 -3
arch/arm/boot/dts/qcom-apq8060-dragonboard.dts
··· 581 581 * EBI2. This has a 25MHz chrystal next to it, so no 582 582 * clocking is needed. 583 583 */ 584 - ethernet-ebi2@2,0 { 584 + ethernet@2,0 { 585 585 compatible = "smsc,lan9221", "smsc,lan9115"; 586 586 reg = <2 0x0 0x100>; 587 587 /* ··· 598 598 phy-mode = "mii"; 599 599 reg-io-width = <2>; 600 600 smsc,force-external-phy; 601 - /* IRQ on edge falling = active low */ 602 - smsc,irq-active-low; 603 601 smsc,irq-push-pull; 604 602 605 603 /*