mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 22:20:01 +07:00
ARM: dts: armada: netgear-rn*: fix rtc node name
The node name should be generic and must not contain the part number. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
7928b2cbe5
commit
bd1de6a3c6
@ -103,7 +103,7 @@ i2c@11000 {
|
||||
|
||||
status = "okay";
|
||||
|
||||
isl12057: isl12057@68 {
|
||||
isl12057: rtc@68 {
|
||||
compatible = "isil,isl12057";
|
||||
reg = <0x68>;
|
||||
wakeup-source;
|
||||
|
@ -105,7 +105,7 @@ i2c@11000 {
|
||||
|
||||
status = "okay";
|
||||
|
||||
isl12057: isl12057@68 {
|
||||
isl12057: rtc@68 {
|
||||
compatible = "isil,isl12057";
|
||||
reg = <0x68>;
|
||||
wakeup-source;
|
||||
|
@ -115,7 +115,7 @@ g751: g751@4c {
|
||||
reg = <0x4c>;
|
||||
};
|
||||
|
||||
isl12057: isl12057@68 {
|
||||
isl12057: rtc@68 {
|
||||
compatible = "isil,isl12057";
|
||||
reg = <0x68>;
|
||||
wakeup-source;
|
||||
|
Loading…
Reference in New Issue
Block a user