[openwrt/openwrt] ipq40xx: clean up Linksys WHW03 V2 DTS
LEDE Commits
lede-commits at lists.infradead.org
Sun May 5 01:33:18 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5ac0615b7e1e322fba32232b7e2c89594c3d8e93
commit 5ac0615b7e1e322fba32232b7e2c89594c3d8e93
Author: Rodrigo Balerdi <lanchon at gmail.com>
AuthorDate: Tue Apr 30 20:47:10 2024 -0300
ipq40xx: clean up Linksys WHW03 V2 DTS
Apply stylistic changes to facilitate DTS merging with WHW03 V1.
Signed-off-by: Rodrigo Balerdi <lanchon at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15345
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts | 45 +++++++++-------------
1 file changed, 18 insertions(+), 27 deletions(-)
diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts
index b76c52cd0a..ccee293e96 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts
@@ -17,8 +17,7 @@
led-upgrade = &led_red;
};
- // The arguments rootfstype and ro are needed
- // to override the default bootargs
+ // Default bootargs include rootfstype=ext4 and need to be overriden.
chosen {
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
stdout-path = &blsp1_uart1;
@@ -80,33 +79,27 @@
};
i2c_0_pins: i2c-0-pinmux {
- mux {
- function = "blsp_i2c0";
- pins = "gpio20", "gpio21";
- bias-disable;
- };
+ pins = "gpio20", "gpio21";
+ function = "blsp_i2c0";
+ bias-disable;
};
serial_0_pins: serial0-pinmux {
- mux {
- pins = "gpio16", "gpio17";
- function = "blsp_uart0";
- bias-disable;
- };
+ pins = "gpio16", "gpio17";
+ function = "blsp_uart0";
+ bias-disable;
};
serial_1_pins: serial1-pinmux {
- mux {
- pins = "gpio8", "gpio9", "gpio10", "gpio11";
- function = "blsp_uart1";
- bias-disable;
- };
+ pins = "gpio8", "gpio9", "gpio10", "gpio11";
+ function = "blsp_uart1";
+ bias-disable;
};
spi_0_pins: spi-0-pinmux {
mux {
- function = "blsp_spi0";
pins = "gpio13", "gpio14", "gpio15";
+ function = "blsp_spi0";
drive-strength = <12>;
bias-disable;
};
@@ -121,8 +114,8 @@
spi_1_pins: spi-1-pinmux {
mux-1 {
+ pins = "gpio44", "gpio46", "gpio47";
function = "blsp_spi1";
- pins = "gpio44", "gpio46","gpio47";
bias-disable;
};
@@ -141,13 +134,11 @@
};
wifi_0_pins: wifi0-pinmux {
- btcoexist {
- bias-pull-up;
- drive-strength = <6>;
- function = "gpio";
- output-high;
- pins = "gpio52";
- };
+ pins = "gpio52";
+ function = "gpio";
+ drive-strength = <6>;
+ bias-pull-up;
+ output-high;
};
zigbee-0 {
@@ -485,7 +476,7 @@
status = "okay";
qcom,coexist-support = <1>;
- qcom,coexist-gpio-pin = <0x34>;
+ qcom,coexist-gpio-pin = <52>;
qcom,ath10k-calibration-variant = "linksys-whw03v2";
More information about the lede-commits
mailing list