mirror of
https://github.com/Fishwaldo/build.git
synced 2025-08-13 07:26:04 +00:00
parent
172b2c1e0d
commit
b6aa16fc95
1 changed files with 24 additions and 0 deletions
24
patch/kernel/meson64-dev/odroid-n2-rtc0.patch
Normal file
24
patch/kernel/meson64-dev/odroid-n2-rtc0.patch
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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.dts
|
||||||
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
||||||
|
@@ -24,6 +24,7 @@ aliases {
|
||||||
|
i2c1 = &i2c3;
|
||||||
|
serial0 = &uart_AO;
|
||||||
|
serial1 = &uart_A;
|
||||||
|
+ rtc1 = &vrtc;
|
||||||
|
};
|
||||||
|
|
||||||
|
dioo2133: audio-amplifier-0 {
|
||||||
|
@@ -632,6 +633,11 @@ &i2c3 {
|
||||||
|
|
||||||
|
/* default 100k */
|
||||||
|
clock-frequency = <100000>;
|
||||||
|
+
|
||||||
|
+ rtc@51 {
|
||||||
|
+ compatible = "nxp,pcf8563";
|
||||||
|
+ reg = <0x51>;
|
||||||
|
+ };
|
||||||
|
};
|
||||||
|
|
||||||
|
&ir {
|
Loading…
Add table
Add a link
Reference in a new issue