Skip to content

Commit cdea43c

Browse files
Kronosblasterdanieldegrasse
authored andcommitted
dts: arm: ti: PD support for AM243x EVM in DT
Adds power domain config for AM243x EVM to the device tree. Signed-off-by: Dave Joseph <d-joseph@ti.com>
1 parent 76905a8 commit cdea43c

File tree

5 files changed

+1204
-0
lines changed

5 files changed

+1204
-0
lines changed

boards/ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@
8686
pinctrl-0 = <&i2c0_scl &i2c0_sda>;
8787
pinctrl-names = "default";
8888
status = "okay";
89+
power-domains = <&i2c0_pd>;
8990
};
9091

9192
&adc0 {
9293
ti,vrefp = <1800>;
9394
ti,fifo = <0>;
9495
status = "okay";
96+
power-domains = <&adc0_pd>;
9597

9698
channel@0 {
9799
reg = <0>;

dts/arm/ti/am64x_main.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <freq.h>
8+
#include "am64x_main_power_domains.dtsi"
89

910
/ {
1011
#address-cells = <1>;

0 commit comments

Comments
 (0)