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

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.comSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 44a201df
......@@ -140,7 +140,6 @@ rtc: rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
#clock-cells = <0>;
clock-frequency = <32768>;
clock-output-names = "xin32k";
};
};
......
......@@ -270,7 +270,6 @@ rtc: rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
#clock-cells = <0>;
clock-frequency = <32768>;
clock-output-names = "xin32k";
};
};
......
......@@ -89,7 +89,6 @@ rtc: rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
#clock-cells = <0>;
clock-frequency = <32768>;
clock-output-names = "xin32k";
wakeup-source;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment