[openwrt/openwrt] ipq40xx: dts: fix "qcom,coexist-support" property type
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 10 11:55:30 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/31c3ab3b458c058eeac06e8b83355b1564ee321c
commit 31c3ab3b458c058eeac06e8b83355b1564ee321c
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Wed Apr 2 08:10:29 2025 +0800
ipq40xx: dts: fix "qcom,coexist-support" property type
Convert the property variable type of "qcom,coexist-support" from
u32 to u8 to match the definition in the dt-bindings document.
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18393
Signed-off-by: Robert Marko <robimarko at gmail.com>
(cherry picked from commit 3526dbabdc63c6ac8a932333ab989d1f99b6945b)
---
.../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
index 6c9eaadd77..9da7e44547 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
@@ -274,7 +274,7 @@
pinctrl-0 = <&wifi_0_pins>;
pinctrl-names = "default";
- qcom,coexist-support = <1>;
+ qcom,coexist-support = /bits/ 8 <1>;
qcom,coexist-gpio-pin = <52>;
};
More information about the lede-commits
mailing list