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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18393
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 3526dbabdc)
This commit is contained in:
committed by
Hauke Mehrtens
parent
ced823497a
commit
31c3ab3b45
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user