From: Yoshihiro Shimoda Date: Wed, 25 Apr 2018 08:20:09 +0000 (+0900) Subject: arm64: dts: renesas: r8a77990: Revise the cache controller node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=de1eb23c6d0f08f6a2eff99afe29b08f023e392d;p=openwrt%2Fstaging%2Fblogic.git 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 Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- 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>;