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>;
+};