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

Luca Weiss posted 1 patch 3 years, 6 months ago
arch/arm/boot/dts/qcom-msm8974.dtsi | 2 --
1 file changed, 2 deletions(-)
[PATCH] ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge
Posted by Luca Weiss 3 years, 6 months ago
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>;
 			};
 		};
 
-- 
2.37.3
Re: [PATCH] ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge
Posted by Bjorn Andersson 3 years, 5 months ago
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,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge
Posted by Krzysztof Kozlowski 3 years, 6 months ago
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
Re: [PATCH] ARM: dts: qcom: msm8974: Remove bogus *-cells from smd-edge
Posted by Neil Armstrong 3 years, 6 months ago
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>