summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2020-01-07 13:15:56 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2020-01-20 10:10:28 +0530
commitc44fb27af8212f15ec23dc194fa536fc3ee6398c (patch)
tree3d1711d45a8b61024e40043e50c29e7bfeb521e5 /arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
parentc7068aba19519800bc9a968c4e35dc652db9aa7d (diff)
downloadu-boot-c44fb27af8212f15ec23dc194fa536fc3ee6398c.tar.gz
u-boot-c44fb27af8212f15ec23dc194fa536fc3ee6398c.tar.xz
u-boot-c44fb27af8212f15ec23dc194fa536fc3ee6398c.zip
arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 use
Make the wkup_i2c0 module usable across all stages of U-Boot by adding the needed definitions including the associated pinmux definitions. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi')
-rw-r--r--arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
index aff0efaca8..7ea4d8de36 100644
--- a/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
@@ -329,3 +329,11 @@
&main_mmc1_pins_default {
u-boot,dm-spl;
};
+
+&wkup_i2c0_pins_default {
+ u-boot,dm-spl;
+};
+
+&wkup_i2c0 {
+ u-boot,dm-spl;
+};