mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-02 20:05:55 +00:00
42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From 1e4c25a0f363de1786a93af1276978001dffdb55 Mon Sep 17 00:00:00 2001
|
|
From: Neil Armstrong <narmstrong@baylibre.com>
|
|
Date: Thu, 3 Nov 2016 15:29:25 +0100
|
|
Subject: [PATCH 05/58] LOCAL: arm64: dts: meson: add support for GX PM and
|
|
Virtual RTC
|
|
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
index 5f9b0854c201..b702a7f7bcf5 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
|
|
@@ -223,6 +223,10 @@ sm: secure-monitor {
|
|
};
|
|
};
|
|
|
|
+ system-suspend {
|
|
+ compatible = "amlogic,meson-gx-pm";
|
|
+ };
|
|
+
|
|
efuse: efuse {
|
|
compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse";
|
|
#address-cells = <1>;
|
|
@@ -461,6 +465,11 @@ clkc_AO: clock-controller {
|
|
};
|
|
};
|
|
|
|
+ vrtc: rtc@a8 {
|
|
+ compatible = "amlogic,meson-vrtc";
|
|
+ reg = <0x0 0x000a8 0x0 0x4>;
|
|
+ };
|
|
+
|
|
cec_AO: cec@100 {
|
|
compatible = "amlogic,meson-gx-ao-cec";
|
|
reg = <0x0 0x00100 0x0 0x14>;
|
|
--
|
|
2.34.1
|
|
|