diff options
author | 2018-04-25 17:20:09 +0900 | |
---|---|---|
committer | 2018-05-16 10:44:40 +0200 | |
commit | de1eb23c6d0f08f6a2eff99afe29b08f023e392d (patch) | |
tree | 544ab6f209bf675f43f888aa8ccb4899187f9f78 | |
parent | arm64: dts: renesas: r8a77990: Revise the psci node (diff) | |
download | wireguard-linux-de1eb23c6d0f08f6a2eff99afe29b08f023e392d.tar.xz wireguard-linux-de1eb23c6d0f08f6a2eff99afe29b08f023e392d.zip |
arm64: dts: renesas: r8a77990: Revise the cache controller node
The cache controller node should not have unit-addresses and reg
properties. So, this patch removes them.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77990.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi index 19c1f7cea913..46580290b7fb 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi @@ -27,9 +27,8 @@ enable-method = "psci"; }; - L2_CA53: cache-controller@0 { + L2_CA53: cache-controller-0 { compatible = "cache"; - reg = <0>; power-domains = <&sysc 21>; cache-unified; cache-level = <2>; |