mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
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>
This commit is contained in:
parent
a40fe217d1
commit
9eba5e4160
1 changed files with 10 additions and 0 deletions
10
arch/arm/dts/imx53-kp-u-boot.dtsi
Normal file
10
arch/arm/dts/imx53-kp-u-boot.dtsi
Normal file
|
@ -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>;
|
||||
};
|
Loading…
Reference in a new issue