ARM: dts: imx6: align rtc chip node name to 'rtc'

Rename node name ds1672 to rtc to fix below CHECK_DTB warning:
  arch/arm/boot/dts/nxp/imx/imx6dl-gw51xx.dtb: ds1672@68 (dallas,ds1672): $nodename:0: 'ds1672@68' does not match '^rtc(@.*|-([0-9]|[1-9][0-9]+))?$

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li 2025-09-03 16:19:56 -04:00 committed by Shawn Guo
parent 965661c7c5
commit 5a5d4c5cc5
15 changed files with 15 additions and 15 deletions

View File

@ -26,7 +26,7 @@ &i2c1 {
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
pcf8563@51 {
rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};

View File

@ -26,7 +26,7 @@ &i2c1 {
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
pcf8563@51 {
rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};

View File

@ -157,7 +157,7 @@ &i2c3 {
sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
status = "okay";
rtc: m41t62@68 {
rtc: rtc@68 {
compatible = "st,m41t62";
reg = <0x68>;

View File

@ -266,7 +266,7 @@ temp2: ad7414@4d {
reg = <0x4d>;
};
rtc: m41t62@68 {
rtc: rtc@68 {
compatible = "st,m41t62";
reg = <0x68>;
};

View File

@ -184,7 +184,7 @@ gpio: pca9555@23 {
#gpio-cells = <2>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -171,7 +171,7 @@ eeprom: eeprom@51 {
reg = <0x51>;
};
rtc: pcf8523@68 {
rtc: rtc@68 {
compatible = "nxp,pcf8523";
reg = <0x68>;
};

View File

@ -265,7 +265,7 @@ accel: mma8452@1c {
reg = <0x1c>;
};
rtc: pcf8523@68 {
rtc: rtc@68 {
compatible = "nxp,pcf8523";
reg = <0x68>;
};

View File

@ -271,7 +271,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -351,7 +351,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -350,7 +350,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -376,7 +376,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -288,7 +288,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -261,7 +261,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -257,7 +257,7 @@ eeprom4: eeprom@53 {
pagesize = <16>;
};
rtc: ds1672@68 {
rtc: rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};

View File

@ -271,7 +271,7 @@ eeprom@53 {
pagesize = <16>;
};
ds1672@68 {
rtc@68 {
compatible = "dallas,ds1672";
reg = <0x68>;
};