diff options
| author | Ansuel Smith | 2020-01-26 01:30:49 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-03-03 22:38:23 +0000 |
| commit | 68b526e0a43d5c1a49604e8acc614809a5c4f4e3 (patch) | |
| tree | 83192f7639b6361f54526f60e673e80f9f500ef5 | |
| parent | d4c95b5d5c31f966e73568d120f120678911d2ff (diff) | |
| download | openwrt-68b526e0a43d5c1a49604e8acc614809a5c4f4e3.tar.gz | |
ipq806x: correct wrong node in r7800 dts
A mux node was missing in the gpio node of the r7800 dts.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts index 0af9e2746a..8dc3d04e9e 100644 --- a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts +++ b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8065-r7800.dts @@ -62,11 +62,13 @@ }; 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 { |