From: Geert Uytterhoeven Date: Mon, 6 Mar 2017 16:40:43 +0000 (+0100) Subject: ARM: dts: r8a7794: Remove unit-address and reg from integrated cache X-Git-Tag: v4.9.89~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b54a9bb7efdf146aa8a643f3ac40784394198333;p=platform%2Fkernel%2Flinux-amlogic.git ARM: dts: r8a7794: Remove unit-address and reg from integrated cache [ Upstream commit 65d0b7ed40f8a3a41a0ac5ed5ca4d1874c6aaf2d ] The Cortex-A7 cache controller is an integrated controller, and thus the device node representing it should not have a unit-addresses or reg property. Fixes: 34ea4b4a827b4ee7 ("ARM: dts: r8a7794: Fix W=1 dtc warnings") Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 7e860d3737ff..6c0150dcf146 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -56,9 +56,8 @@ next-level-cache = <&L2_CA7>; }; - L2_CA7: cache-controller@0 { + L2_CA7: cache-controller-0 { compatible = "cache"; - reg = <0>; power-domains = <&sysc R8A7794_PD_CA7_SCU>; cache-unified; cache-level = <2>;