lkml.org 
[lkml]   [2023]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 03/11] arm64: dts: qcom: qdu1000: drop incorrect serial properties
    Date
    The serial node does not use/allow address/size cells:

    qdu1000-idp.dtb: geniqup@9c0000: serial@99c000: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected)

    Fixes: 6bd20c54b589 ("arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs")
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

    ---

    Changes since v1:
    1. None
    ---
    arch/arm64/boot/dts/qcom/qdu1000.dtsi | 4 ----
    1 file changed, 4 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/qdu1000.dtsi b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
    index f234159d2060..c72a51c32a30 100644
    --- a/arch/arm64/boot/dts/qcom/qdu1000.dtsi
    +++ b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
    @@ -412,8 +412,6 @@ uart0: serial@980000 {
    pinctrl-0 = <&qup_uart0_default>;
    pinctrl-names = "default";
    interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
    - #address-cells = <1>;
    - #size-cells = <0>;
    status = "disabled";
    };

    @@ -581,8 +579,6 @@ uart7: serial@99c000 {
    pinctrl-0 = <&qup_uart7_tx>, <&qup_uart7_rx>;
    pinctrl-names = "default";
    interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
    - #address-cells = <1>;
    - #size-cells = <0>;
    status = "disabled";
    };
    };
    --
    2.34.1
    \
     
     \ /
      Last update: 2023-03-27 00:50    [W:6.609 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site