diff options
author | Chuanhua Han <chuanhua.han@nxp.com> | 2019-07-10 21:00:26 +0800 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-22 09:07:35 +0530 |
commit | 29b9e666831df0e19d1981623b6c504b1d2886be (patch) | |
tree | 0f76b789357e903ae03296635d55fc3a98e4d4d4 | |
parent | 16c22fb39de4f6157adc03fc9011eccd83646a6e (diff) | |
download | u-boot-29b9e666831df0e19d1981623b6c504b1d2886be.tar.gz |
armv8: dts: lx2160ardb : Add the "u-boot, dm-pre-reloc" for i2c0
Lx2160ardb need to use i2c0 before relocation, so we also need to set
u-boot, dm-pre-reloc to initialize node before relocation.
Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-rw-r--r-- | arch/arm/dts/fsl-lx2160a-rdb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts index 8180b86722..7b6608b1d6 100644 --- a/arch/arm/dts/fsl-lx2160a-rdb.dts +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts @@ -27,6 +27,11 @@ status = "okay"; }; +&i2c0 { + status = "okay"; + u-boot,dm-pre-reloc; +}; + &i2c4 { status = "okay"; |