summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChuanhua Han <chuanhua.han@nxp.com>2019-07-10 16:00:26 +0300
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-22 06:37:35 +0300
commit29b9e666831df0e19d1981623b6c504b1d2886be (patch)
tree0f76b789357e903ae03296635d55fc3a98e4d4d4 /arch
parent16c22fb39de4f6157adc03fc9011eccd83646a6e (diff)
downloadu-boot-29b9e666831df0e19d1981623b6c504b1d2886be.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/fsl-lx2160a-rdb.dts5
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";