DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property
authorLukasz Majewski <lukma@denx.de>
Thu, 4 Apr 2019 10:35:35 +0000 (12:35 +0200)
committerHeiko Schocher <hs@denx.de>
Thu, 11 Apr 2019 13:21:33 +0000 (15:21 +0200)
This file adds the "u-boot,i2c-transaction-bytes" to mc34708 PMIC.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/dts/imx53-kp-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/imx53-kp-u-boot.dtsi b/arch/arm/dts/imx53-kp-u-boot.dtsi
new file mode 100644 (file)
index 0000000..acab9b3
--- /dev/null
@@ -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>;
+};