Re: [PATCH v2 2/4] arm64: dts: qcom: sm8350: drop incorrect cells from serial

From: Konrad Dybcio
Date: Mon Jan 23 2023 - 11:29:21 EST




On 23.01.2023 13:56, Krzysztof Kozlowski wrote:
> The serial/UART device node does not have children with unit addresses,
> so adderss/size cells are not correct.
>
> Fixes: cf03cd7e12bd ("arm64: dts: qcom: sm8350: Set up WRAP0 QUPs")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad
>
> Changes since v1:
> 1. None
> ---
> arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> index 4efe79985186..018f26f729f1 100644
> --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> @@ -1031,8 +1031,6 @@ uart2: serial@98c000 {
> interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
> power-domains = <&rpmhpd SM8350_CX>;
> operating-points-v2 = <&qup_opp_table_100mhz>;
> - #address-cells = <1>;
> - #size-cells = <0>;
> status = "disabled";
> };
>