[PATCH v3 5/7] arm64: dts: ti: k3-j7200-common-proc-board: Add TPS6594x PMIC node
Matt Ranostay
mranostay at ti.com
Tue Nov 8 22:55:44 PST 2022
From: Keerthy <j-keerthy at ti.com>
Add TPS6594x PMIC, GPIO, and RTC definitions for J7200 common processor
board device tree.
Signed-off-by: Keerthy <j-keerthy at ti.com>
Signed-off-by: Matt Ranostay <matt.ranostay at konsulko.com>
---
.../boot/dts/ti/k3-j7200-common-proc-board.dts | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
index 6240856e4863..9514751739fe 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
@@ -333,3 +333,20 @@ &pcie1_ep {
num-lanes = <2>;
status = "disabled";
};
+
+&wkup_i2c0 {
+ status = "okay";
+ tps6594x: tps6594x at 48 {
+ compatible = "ti,tps6594x";
+ reg = <0x48>;
+ ti,system-power-controller;
+
+ rtc {
+ compatible = "ti,tps6594x-rtc";
+ };
+
+ gpio {
+ compatible = "ti,tps6594x-gpio";
+ };
+ };
+};
--
2.38.GIT
More information about the linux-arm-kernel
mailing list