Skip to content

Commit 47360e4

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx27-phytec-phycore-som: Use 'rtc' as node name
Node names should be generic. Use 'rtc' for the rtc node to fix the following dt-schema warning: imx27-phytec-phycore-rdk.dtb: pcf8563@51: $nodename:0: 'pcf8563@51' does not match '^rtc(@.*|-([0-9]|[1-9][0-9]+))?$' from schema $id: http://devicetree.org/schemas/rtc/nxp,pcf8563.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 480a9c4 commit 47360e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx27-phytec-phycore-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
reg = <0x52>;
181181
};
182182

183-
pcf8563@51 {
183+
rtc@51 {
184184
compatible = "nxp,pcf8563";
185185
reg = <0x51>;
186186
};

0 commit comments

Comments
 (0)