Message ID | 20220925173203.96117-1-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 1e27c4cd1741892b9984d571e4ad1476eb0c9b00 |
Headers | show |
Series | ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge | expand |
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index da247d799492..c2cf6a95d40d 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -1703,8 +1703,6 @@ smd-edge { qcom,ipc = <&apcs 8 8>; qcom,smd-edge = <1>; label = "lpass"; - #address-cells = <1>; - #size-cells = <0>; }; };
The bindings check complains that #address-cells and #size-cells shouldn't be in the smd-edge node. Remove it. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- arch/arm/boot/dts/qcom-msm8974.dtsi | 2 -- 1 file changed, 2 deletions(-)