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:
25d9467
)
armv8: dts: ls1028aqds: Add pcf2127 node under i2c1
author
Chuanhua Han
<chuanhua.han@nxp.com>
Wed, 10 Jul 2019 07:48:40 +0000
(15:48 +0800)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000
(09:07 +0530)
Add the pcf2127-rtc node under the i2c1 in dts for ls1028aqds boards.
Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Reviewed-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/fsl-ls1028a-qds.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-ls1028a-qds.dts
b/arch/arm/dts/fsl-ls1028a-qds.dts
index f2f11dbf16b6bc28bfb5ee2deb82b233be696ba3..3fb35f186d6465562741992a7dbcdf84ada58137 100644
(file)
--- a/
arch/arm/dts/fsl-ls1028a-qds.dts
+++ b/
arch/arm/dts/fsl-ls1028a-qds.dts
@@
-49,6
+49,11
@@
&i2c1 {
status = "okay";
+
+ rtc@51 {
+ compatible = "pcf2127-rtc";
+ reg = <0x51>;
+ };
};
&i2c2 {