projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c22fb
)
armv8: dts: lx2160ardb : Add the "u-boot, dm-pre-reloc" for i2c0
author
Chuanhua Han
<chuanhua.han@nxp.com>
Wed, 10 Jul 2019 13:00:26 +0000
(21:00 +0800)
committer
Prabhakar 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-lx2160a-rdb.dts
b/arch/arm/dts/fsl-lx2160a-rdb.dts
index 8180b86722084dce543bf29f86e5db3cb1a48acc..7b6608b1d67a1a0fdabbfe478180b73e64a9f8f8 100644
(file)
--- 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";