build/patch/kernel/meson64-dev/odroid-n2-rtc0.patch
Igor Pečovnik 0b9115dab1
Bump Meson64 to 5.10.y (#2439)
- curently attached to RC7 as https://github.com/armbian/build/pull/2378
- config derived from current and contains all latest changes
- dirty reboot and eth0 reset hacks are not added and can be added later if still needed (need_check subfolder)
2020-12-11 00:33:05 +01:00

24 lines
583 B
Diff

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
index 93ba39044eb3..e2f727ffb731 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
@@ -24,6 +24,7 @@ aliases {
serial1 = &uart_A;
i2c0 = &i2c2;
i2c1 = &i2c3;
+ rtc1 = &vrtc;
};
dioo2133: audio-amplifier-0 {
@@ -632,6 +633,11 @@ &i2c3 {
/* default 100k */
clock-frequency = <100000>;
+
+ rtc@51 {
+ compatible = "nxp,pcf8563";
+ reg = <0x51>;
+ };
};
&ir {