summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx53-kp-u-boot.dtsi
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-04-04 12:35:35 +0200
committerHeiko Schocher <hs@denx.de>2019-04-11 15:21:33 +0200
commit9eba5e4160f90e6a8927ac13f3c427ed241a3b84 (patch)
treea1967baa0263814478966a67ee3e57959a33b5e9 /arch/arm/dts/imx53-kp-u-boot.dtsi
parenta40fe217d19fdb9804fdc88342ce4bb0a0440c84 (diff)
DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property
This file adds the "u-boot,i2c-transaction-bytes" to mc34708 PMIC. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/arm/dts/imx53-kp-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx53-kp-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-kp-u-boot.dtsi b/arch/arm/dts/imx53-kp-u-boot.dtsi
new file mode 100644
index 0000000000..acab9b3657
--- /dev/null
+++ b/arch/arm/dts/imx53-kp-u-boot.dtsi
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2019
+ * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
+ *
+ * SPDX-License-Identifier: GPL-2.0+ or X11
+ */
+
+&pmic {
+ u-boot,i2c-transaction-bytes = <3>;
+};