Skip to content

Commit e2f31bf

Browse files
Josua-SRnxpfrankli
authored andcommitted
arm64: dts: lx2160a-cex7: add rtc alias
Add alias for rtc0 ensuring that on-COM RTC is assigned first index. Note that fsl-lx2160a.dtsi already defines an alias for rtc1 which implicitly achieved the same result. Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 284ad70 commit e2f31bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
aliases {
1616
crypto = &crypto;
17+
rtc0 = &com_rtc;
1718
};
1819

1920
sb_3v3: regulator-sb3v3 {
@@ -154,7 +155,7 @@
154155
&i2c4 {
155156
status = "okay";
156157

157-
rtc@51 {
158+
com_rtc: rtc@51 {
158159
compatible = "nxp,pcf2129";
159160
reg = <0x51>;
160161
interrupts-extended = <&gpio2 8 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)