mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
From 059050249c1d35276ebc8323bcddeee8510e2c1e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Tue, 23 Jun 2020 19:19:46 +0200
|
|
Subject: ARM: dts: sun8i-a83t-tbs-a711: Give Linux more privileges over SCPI
|
|
|
|
This is needed since on A83T there's no PSCI/ATF implementation.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi b/arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi
|
|
index e5f003d00f03..e901c62e9075 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi
|
|
+++ b/arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi
|
|
@@ -286,7 +286,7 @@ opp-1800000000 {
|
|
|
|
scpi_protocol: scpi {
|
|
compatible = "arm,scpi";
|
|
- mboxes = <&msgbox 2>, <&msgbox 3>;
|
|
+ mboxes = <&msgbox 0>, <&msgbox 1>;
|
|
mbox-names = "tx", "rx";
|
|
shmem = <&scpi_sram>;
|
|
};
|
|
@@ -424,6 +424,9 @@ syscon: syscon@1c00000 {
|
|
compatible = "allwinner,sun8i-a83t-system-controller",
|
|
"syscon";
|
|
reg = <0x01c00000 0x1000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ ranges;
|
|
|
|
sram_a2: sram@40000 {
|
|
compatible = "mmio-sram";
|
|
@@ -434,7 +437,7 @@ sram_a2: sram@40000 {
|
|
|
|
scpi_sram: scp-shmem@13c00 {
|
|
compatible = "arm,scp-shmem";
|
|
- reg = <0x13c00 0x200>;
|
|
+ reg = <0x13e00 0x200>;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.51.0
|
|
|