projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2246f00
)
arm64: dts: renesas: r8a77990: Revise the psci node
author
Yoshihiro Shimoda
<
[email protected]
>
Wed, 25 Apr 2018 08:20:10 +0000
(17:20 +0900)
committer
Simon Horman
<
[email protected]
>
Wed, 16 May 2018 08:44:39 +0000
(10:44 +0200)
The basic support patch
9491a8b17530
("arm64: dts: renesas: Add Renesas
R8A77990 SoC support") lacks the compatible "arm,psci-1.0" in the psci
node. So, this patch revises it.
Signed-off-by: Yoshihiro Shimoda <
[email protected]
>
Reviewed-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm64/boot/dts/renesas/r8a77990.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index 3a19b9ebdd6e01e2ff36e8c8576ec8fda1332691..19c1f7cea913684a03de17da1e96477a1b8dc877 100644
(file)
--- a/
arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/
arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@
-50,7
+50,7
@@
};
psci {
- compatible = "arm,psci-0.2";
+ compatible = "arm,psci-
1.0", "arm,psci-
0.2";
method = "smc";
};