Commit 2c5240a0 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Neil Armstrong
Browse files

arm64: dts: meson: remove clock-frequency from rtc



'clock-frequency' is not part of the DT binding and not supported by the
Linux driver.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20221024165549.74574-6-sebastian.reichel@collabora.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 44a201df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -140,7 +140,6 @@
		compatible = "haoyu,hym8563";
		reg = <0x51>;
		#clock-cells = <0>;
		clock-frequency = <32768>;
		clock-output-names = "xin32k";
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -270,7 +270,6 @@
		compatible = "haoyu,hym8563";
		reg = <0x51>;
		#clock-cells = <0>;
		clock-frequency = <32768>;
		clock-output-names = "xin32k";
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@
		compatible = "haoyu,hym8563";
		reg = <0x51>;
		#clock-cells = <0>;
		clock-frequency = <32768>;
		clock-output-names = "xin32k";
		wakeup-source;
	};