projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e783362
)
ARM: dts: am334x: pdu001: Use correct node name for RTC
author
Thierry Reding
<treding@nvidia.com>
Mon, 20 Dec 2021 13:41:39 +0000
(14:41 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 18 Feb 2022 08:20:44 +0000
(10:20 +0200)
RTC devices should be named "rtc" according to the standard RTC device
tree schema.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-pdu001.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-pdu001.dts
b/arch/arm/boot/dts/am335x-pdu001.dts
index
b793bee
..
ce6cc2b
100644
(file)
--- a/
arch/arm/boot/dts/am335x-pdu001.dts
+++ b/
arch/arm/boot/dts/am335x-pdu001.dts
@@
-353,7
+353,7
@@
};
};
- mcp79400:
mcp79400
@6f {
+ mcp79400:
rtc
@6f {
compatible = "microchip,mcp7940x";
reg = <0x6f>;
};