Commit 956f5202 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node name

Fixes:
pcf8563@51: $nodename:0: 'pcf8563@51' does not match '^rtc(@.*|-[0-9a-f])*$'

Link: https://lore.kernel.org/r/20230124-b4-amlogic-bindings-fixups-v1-8-44351528957e@linaro.org


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 11172a97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ &i2c1 {
	pinctrl-names = "default";

	/* RTC */
	pcf8563: pcf8563@51 {
	pcf8563: rtc@51 {
		compatible = "nxp,pcf8563";
		reg = <0x51>;
		status = "okay";