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:
d1edea2
)
armv8: dts: Add pcf2127 node for lx2160ardb
author
Chuanhua Han
<chuanhua.han@nxp.com>
Wed, 10 Jul 2019 13:00:25 +0000
(21:00 +0800)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000
(09:07 +0530)
Adds the pcf2127-rtc node under the i2c4 node dts of lx2160ardb boards.
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 4b526449a197c47cf3acf1d00a3c04bacbae01f6..8180b86722084dce543bf29f86e5db3cb1a48acc 100644
(file)
--- a/
arch/arm/dts/fsl-lx2160a-rdb.dts
+++ b/
arch/arm/dts/fsl-lx2160a-rdb.dts
@@
-27,6
+27,15
@@
status = "okay";
};
+&i2c4 {
+ status = "okay";
+
+ rtc@51 {
+ compatible = "pcf2127-rtc";
+ reg = <0x51>;
+ };
+};
+
&sata0 {
status = "okay";
};