diff mbox series

ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge

Message ID 20220925173203.96117-1-luca@z3ntu.xyz (mailing list archive)
State Accepted
Headers show
Series ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge | expand

Commit Message

Luca Weiss Sept. 25, 2022, 5:32 p.m. UTC
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(-)

Comments

Neil Armstrong Sept. 26, 2022, 8:52 a.m. UTC | #1
On 25/09/2022 19:32, Luca Weiss wrote:
> 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(-)
> 
> 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>;
>   			};
>   		};
>   

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Krzysztof Kozlowski Sept. 26, 2022, 9:03 a.m. UTC | #2
On 25/09/2022 19:32, Luca Weiss wrote:
> 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 --


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Bjorn Andersson Oct. 18, 2022, 3:05 a.m. UTC | #3
On Sun, 25 Sep 2022 19:32:03 +0200, Luca Weiss wrote:
> The bindings check complains that #address-cells and #size-cells
> shouldn't be in the smd-edge node. Remove it.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge
      commit: 1e27c4cd1741892b9984d571e4ad1476eb0c9b00

Best regards,
diff mbox series

Patch

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>;
 			};
 		};