From: Keerthy <j-keerthy@xxxxxx> Add TPS6594x PMIC, GPIO, and RTC definitions for J7200 common processor board device tree. Signed-off-by: Keerthy <j-keerthy@xxxxxx> Signed-off-by: Matt Ranostay <matt.ranostay@xxxxxxxxxxxx> --- .../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@48 { + compatible = "ti,tps6594x"; + reg = <0x48>; + ti,system-power-controller; + + rtc { + compatible = "ti,tps6594x-rtc"; + }; + + gpio { + compatible = "ti,tps6594x-gpio"; + }; + }; +}; -- 2.38.GIT