ipq40xx: dts: fix "qcom,coexist-support" property type
authorShiji Yang <yangshiji66@outlook.com>
Wed, 2 Apr 2025 00:10:29 +0000 (08:10 +0800)
committerRobert Marko <robimarko@gmail.com>
Wed, 2 Apr 2025 08:24:46 +0000 (10:24 +0200)
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18393
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi

index 6c9eaadd77078d7657d23a389dd790e1f088d7c1..9da7e44547d270deed8fc058ff900277753e7319 100644 (file)
        pinctrl-0 = <&wifi_0_pins>;
        pinctrl-names = "default";
 
-       qcom,coexist-support = <1>;
+       qcom,coexist-support = /bits/ 8 <1>;
        qcom,coexist-gpio-pin = <52>;
 };