42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 97f099f7b4e954a67d4c2612211520c6778559da Mon Sep 17 00:00:00 2001
 | 
						|
From: Neil Armstrong <narmstrong@baylibre.com>
 | 
						|
Date: Thu, 3 Nov 2016 15:29:25 +0100
 | 
						|
Subject: [PATCH 49/88] WIP: 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 e58ebe3ba65c..a717e93eea94 100644
 | 
						|
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
 | 
						|
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
 | 
						|
@@ -221,6 +221,10 @@
 | 
						|
 		};
 | 
						|
 	};
 | 
						|
 
 | 
						|
+	system-suspend {
 | 
						|
+		compatible = "amlogic,meson-gx-pm";
 | 
						|
+	};
 | 
						|
+
 | 
						|
 	efuse: efuse {
 | 
						|
 		compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse";
 | 
						|
 		#address-cells = <1>;
 | 
						|
@@ -459,6 +463,11 @@
 | 
						|
 				};
 | 
						|
 			};
 | 
						|
 
 | 
						|
+			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.17.1
 | 
						|
 |