arm64: dts: qcom: sm8150: drop incorrect serial properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 17 Apr 2023 08:08:15 +0000 (10:08 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 15 May 2023 02:32:26 +0000 (19:32 -0700)
Drop incorrect and unused serial properties - address/size-cells and
reg-names:

  sa8155p-adp.dtb: geniqup@ac0000: serial@a84000: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'reg-names' were unexpected)

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230417080818.28398-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 2273fa5..8e550f1 100644 (file)
                        uart9: serial@a84000 {
                                compatible = "qcom,geni-uart";
                                reg = <0x0 0x00a84000 0x0 0x4000>;
-                               reg-names = "se";
                                clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
                                clock-names = "se";
                                pinctrl-0 = <&qup_uart9_default>;
                                pinctrl-names = "default";
                                interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                                status = "disabled";
                        };