* [PATCH] arm64: dts: rockchip: Add regulators for pcie on rk3399-rock960
@ 2019-11-17 14:07 Anand Moon
2019-11-18 0:42 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Anand Moon @ 2019-11-17 14:07 UTC (permalink / raw)
To: Rob Herring, Mark Rutland, Heiko Stuebner, Jagan Teki,
Manivannan Sadhasivam
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-rockchip
As per Rock960 schematics add 0V9 and 1V8 voltage supplies to the
RK3399 PCIe block.
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
Schematics [0] https://dl.vamrs.com/products/rock960/docs/hw/rock960_sch_v12_20180314.pdf
---
arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
index c7d48d41e184..2f76cccebbee 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
@@ -53,6 +53,15 @@
vin-supply = <&vcc5v0_sys>;
};
+ vcc_0v9: vcc-0v9 {
+ compatible = "regulator-fixed";
+ regulator-name = "vcc_0v9";
+ regulator-always-on;
+ regulator-min-microvolt = <900000>;
+ regulator-max-microvolt = <900000>;
+ vin-supply = <&vcc3v3_sys>;
+ };
+
vcc3v3_pcie: vcc3v3-pcie-regulator {
compatible = "regulator-fixed";
enable-active-high;
@@ -385,6 +394,8 @@
pinctrl-names = "default";
pinctrl-0 = <&pcie_clkreqn_cpm>;
vpcie3v3-supply = <&vcc3v3_pcie>;
+ vpcie1v8-supply = <&vcca_1v8>;
+ vpcie0v9-supply = <&vcc_0v9>;
status = "okay";
};
--
2.24.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] arm64: dts: rockchip: Add regulators for pcie on rk3399-rock960
2019-11-17 14:07 [PATCH] arm64: dts: rockchip: Add regulators for pcie on rk3399-rock960 Anand Moon
@ 2019-11-18 0:42 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2019-11-18 0:42 UTC (permalink / raw)
To: Anand Moon
Cc: Mark Rutland, devicetree, linux-kernel, linux-rockchip,
Rob Herring, Jagan Teki, Manivannan Sadhasivam, linux-arm-kernel
Am Sonntag, 17. November 2019, 15:07:28 CET schrieb Anand Moon:
> As per Rock960 schematics add 0V9 and 1V8 voltage supplies to the
> RK3399 PCIe block.
>
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
applied, after fixing the property/node ordering.
I try to keep things mostly alphabetically :-)
Heiko
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-18 0:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-17 14:07 [PATCH] arm64: dts: rockchip: Add regulators for pcie on rk3399-rock960 Anand Moon
2019-11-18 0:42 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).