]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
armv8: dts: lx2160ardb : Add the "u-boot, dm-pre-reloc" for i2c0
authorChuanhua Han <chuanhua.han@nxp.com>
Wed, 10 Jul 2019 13:00:26 +0000 (21:00 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000 (09:07 +0530)
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>
arch/arm/dts/fsl-lx2160a-rdb.dts

index 8180b86722084dce543bf29f86e5db3cb1a48acc..7b6608b1d67a1a0fdabbfe478180b73e64a9f8f8 100644 (file)
        status = "okay";
 };
 
+&i2c0 {
+       status = "okay";
+       u-boot,dm-pre-reloc;
+};
+
 &i2c4 {
        status = "okay";