Skip to content

Commit d3f786b

Browse files
arinc9gregkh
authored andcommitted
staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
commit 25e4f52 upstream. Fix pinctrl-0 items under the ethernet node to be size-1 items. Current notation would be used on specifications with non-zero cells. Fixes: 0a93c0d ("staging: mt7621-dts: fix pinctrl properties for ethernet") Reported-by: Sander Vanheule <sander@svanheule.net> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Link: https://lore.kernel.org/r/20220215081725.3463-1-arinc.unal@arinc9.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 12e380b commit d3f786b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/mt7621-dts/mt7621.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
mediatek,ethsys = <&ethsys>;
414414

415415
pinctrl-names = "default";
416-
pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
416+
pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>, <&rgmii2_pins>;
417417

418418
gmac0: mac@0 {
419419
compatible = "mediatek,eth-mac";

0 commit comments

Comments
 (0)