From: Chuanhua Han Date: Wed, 10 Jul 2019 13:00:26 +0000 (+0800) Subject: armv8: dts: lx2160ardb : Add the "u-boot, dm-pre-reloc" for i2c0 X-Git-Tag: v2019.10-rc3~7^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29b9e666831df0e19d1981623b6c504b1d2886be;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Prabhakar Kushwaha --- diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts index 8180b867220..7b6608b1d67 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";