diff mbox series

[U-Boot,2/2] DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property

Message ID 20190404103535.698-2-lukma@denx.de
State Accepted
Commit 9eba5e4160f90e6a8927ac13f3c427ed241a3b84
Delegated to: Heiko Schocher
Headers show
Series [U-Boot,1/2] DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property | expand

Commit Message

Lukasz Majewski April 4, 2019, 10:35 a.m. UTC
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 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Comments

Heiko Schocher April 9, 2019, 6:02 a.m. UTC | #1
Hello Lukasz,

Am 04.04.2019 um 12:35 schrieb Lukasz Majewski:
> 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 | 10 ++++++++++
>   1 file changed, 10 insertions(+)
>   create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Reviewed-by: Heiko Schocher<hs@denx.de>

bye,
Heiko
Heiko Schocher April 10, 2019, 5:40 a.m. UTC | #2
Hello Lukasz,

Am 04.04.2019 um 12:35 schrieb Lukasz Majewski:
> 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 | 10 ++++++++++
>   1 file changed, 10 insertions(+)
>   create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Applied to u-boot-i2c.git master

Thanks!

bye,
Heiko
diff mbox series

Patch

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>;
+};