Message ID | 1626443927-32028-1-git-send-email-pmaliset@codeaurora.org |
---|---|
Headers | show |
Series | Add DT bindings and DT nodes for PCIe and PHY in SC7280 | expand |
On 2021-07-17 00:57, Stephen Boyd wrote: > Quoting Prasad Malisetty (2021-07-16 06:58:44) >> Document the PCIe DT bindings for SC7280 SoC.The PCIe IP is similar >> to the one used on SM8250. Add the compatible for SC7280. >> >> Signed-off-by: Prasad Malisetty <pmaliset@codeaurora.org> >> Acked-by: Rob Herring <robh@kernel.org> >> --- > > Reviewed-by: Stephen Boyd <swboyd@chromium.org> > > Any chance this file can be converted to YAML? Yes, we can convert into YAML. we will incorporate the change in next version.
On 2021-07-17 01:02, Stephen Boyd wrote: > Quoting Prasad Malisetty (2021-07-16 06:58:46) >> diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts >> b/arch/arm64/boot/dts/qcom/sc7280-idp.dts >> index 3900cfc..8f12b8c 100644 >> --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts >> +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts >> @@ -268,6 +268,44 @@ >> }; > > Is this pmk8350_vadc? 'pc' comes before 'pm' so please sort this > section > alphabetically on node name. > >> }; Agree, we will incorporate the change in next version. >> >> +&pcie1 { >> + status = "okay"; >> + >> + vdda-supply = <&vreg_l10c_0p8>; >> +}; >> + >> +&pcie1_phy { >> + status = "okay"; >> + >> + vdda-phy-supply = <&vreg_l10c_0p8>; >> + vdda-pll-supply = <&vreg_l6b_1p2>; >> +};