lkml.org 
[lkml]   [2023]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 5/8] arm64: dts: qcom: sm8450: remove invalid power-domain-names in pcie nodes
    Fixes the following DT bindings check error:
    pci@1c00000: Unevaluated properties are not allowed ('power-domain-names' were unexpected)

    Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
    ---
    arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
    index ff55fcfdd676..bcb51e612261 100644
    --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
    @@ -1792,7 +1792,6 @@ pcie0: pci@1c00000 {
    reset-names = "pci";

    power-domains = <&gcc PCIE_0_GDSC>;
    - power-domain-names = "gdsc";

    phys = <&pcie0_lane>;
    phy-names = "pciephy";
    @@ -1905,7 +1904,6 @@ pcie1: pci@1c08000 {
    reset-names = "pci";

    power-domains = <&gcc PCIE_1_GDSC>;
    - power-domain-names = "gdsc";

    phys = <&pcie1_lane>;
    phy-names = "pciephy";
    --
    2.34.1

    \
     
     \ /
      Last update: 2023-03-27 01:13    [W:4.098 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site