lkml.org 
[lkml]   [2021]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/10] arm64: dts: qcom: sm6350: Fix validation errors
    Date
    Sort clocks and interrupts as specified in the docs and remove the stray
    property #power-domain-cells from aoss_qmp to solve dtbs_check
    validation errors.

    Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
    ---
    arch/arm64/boot/dts/qcom/sm6350.dtsi | 16 ++++++++--------
    1 file changed, 8 insertions(+), 8 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi
    index a7158fe9e192..8322a981cdfc 100644
    --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi
    @@ -810,10 +810,10 @@ usb_1_qmpphy: phy@88e9000 {
    ranges;

    clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>,
    + <&xo_board>,
    <&rpmhcc RPMH_QLINK_CLK>,
    - <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>,
    - <&xo_board>;
    - clock-names = "aux", "ref", "com_aux", "cfg_ahb";
    + <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>;
    + clock-names = "aux", "cfg_ahb", "ref", "com_aux";

    resets = <&gcc GCC_USB3_DP_PHY_PRIM_BCR>,
    <&gcc GCC_USB3_PHY_PRIM_BCR>;
    @@ -871,11 +871,12 @@ usb_1: usb@a6f8800 {
    "sleep";

    interrupts-extended = <&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
    - <&pdc 14 IRQ_TYPE_EDGE_BOTH>,
    + <&pdc 17 IRQ_TYPE_LEVEL_HIGH>,
    <&pdc 15 IRQ_TYPE_EDGE_BOTH>,
    - <&pdc 17 IRQ_TYPE_LEVEL_HIGH>;
    - interrupt-names = "hs_phy_irq", "dp_hs_phy_irq",
    - "dm_hs_phy_irq", "ss_phy_irq";
    + <&pdc 14 IRQ_TYPE_EDGE_BOTH>;
    +
    + interrupt-names = "hs_phy_irq", "ss_phy_irq",
    + "dm_hs_phy_irq", "dp_hs_phy_irq";

    power-domains = <&gcc USB30_PRIM_GDSC>;

    @@ -935,7 +936,6 @@ aoss_qmp: power-controller@c300000 {
    mboxes = <&ipcc IPCC_CLIENT_AOP IPCC_MPROC_SIGNAL_GLINK_QMP>;

    #clock-cells = <0>;
    - #power-domain-cells = <1>;
    };

    spmi_bus: spmi@c440000 {
    --
    2.34.1
    \
     
     \ /
      Last update: 2021-12-13 09:28    [W:4.078 / U:0.600 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site