ipq806x: correct wrong node in r7800 dts
authorAnsuel Smith <ansuelsmth@gmail.com>
Sun, 26 Jan 2020 01:30:49 +0000 (02:30 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 3 Mar 2020 22:38:23 +0000 (23:38 +0100)
A mux node was missing in the gpio node of the r7800 dts.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts

index 0af9e2746a68dc73e4902a6882a508b370bf9700..8dc3d04e9e43a2d2931b94aa72a3a21271ef5a5a 100644 (file)
                        };
 
                        led_pins: led_pins {
-                               pins = "gpio7", "gpio8", "gpio9", "gpio22", "gpio23",
-                                       "gpio24","gpio26", "gpio53", "gpio64";
-                               function = "gpio";
-                               drive-strength = <2>;
-                               bias-pull-down;
+                               mux {
+                                       pins = "gpio7", "gpio8", "gpio9", "gpio22", "gpio23",
+                                               "gpio24","gpio26", "gpio53", "gpio64";
+                                       function = "gpio";
+                                       drive-strength = <2>;
+                                       bias-pull-down;
+                               };
                        };
 
                        nand_pins: nand_pins {