[U-Boot] [PATCH v2 2/2] armv8: lx2160aqds : Add pcf2127 node
Chuanhua Han
chuanhua.han at nxp.com
Tue Jul 2 03:53:04 UTC 2019
This patch adds the pcf2127-rtc node under the i2c0->i2c-mux at 77->i2c at 3
for lx2160aqds boards.
Signed-off-by: Chuanhua Han <chuanhua.han at nxp.com>
---
depends on:
- https://patchwork.ozlabs.org/project/uboot/list/?series=117203
- https://patchwork.ozlabs.org/project/uboot/list/?series=114242
Changes in v2:
- Add dependency patch links.
arch/arm/dts/fsl-lx2160a-qds.dts | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-lx2160a-qds.dts b/arch/arm/dts/fsl-lx2160a-qds.dts
index 99836c4..34df0f5 100644
--- a/arch/arm/dts/fsl-lx2160a-qds.dts
+++ b/arch/arm/dts/fsl-lx2160a-qds.dts
@@ -23,6 +23,29 @@
status = "okay";
};
+&i2c0 {
+ status = "okay";
+ u-boot,dm-pre-reloc;
+
+ i2c-mux at 77 {
+ compatible = "nxp,pca9547";
+ reg = <0x77>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ i2c at 3 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0x3>;
+
+ rtc at 51 {
+ compatible = "pcf2127-rtc";
+ reg = <0x51>;
+ };
+ };
+ };
+};
+
&sata0 {
status = "okay";
};
--
1.7.1
More information about the U-Boot
mailing list