mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
* Move Meson64 to 5.6.y * Move Meson64 U-boot to 2020.04 Tested on Odroid C2 * Merge, replace and update patches from Khadas branch
35 lines
1 KiB
Diff
35 lines
1 KiB
Diff
From 180f97e03557fdf4fd5b899b6d7e44b77b1ae5bf Mon Sep 17 00:00:00 2001
|
|
From: Jianxin Pan <jianxin.pan@amlogic.com>
|
|
Date: Wed, 15 Jan 2020 19:30:31 +0800
|
|
Subject: [PATCH 030/101] FROMGIT: arm64: dts: meson: a1: add secure power
|
|
domain controller
|
|
|
|
Enable power domain controller for Meson A1 SoC.
|
|
|
|
Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
|
|
Link: https://lore.kernel.org/r/1579087831-94965-5-git-send-email-jianxin.pan@amlogic.com
|
|
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
|
|
index 4dec518c4dde..755b4ad15184 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
|
|
@@ -60,6 +60,12 @@
|
|
|
|
sm: secure-monitor {
|
|
compatible = "amlogic,meson-gxbb-sm";
|
|
+
|
|
+ pwrc: power-controller {
|
|
+ compatible = "amlogic,meson-a1-pwrc";
|
|
+ #power-domain-cells = <1>;
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
soc {
|
|
--
|
|
2.17.1
|
|
|