From: Geert Uytterhoeven Date: Mon, 6 Mar 2017 16:40:42 +0000 (+0100) Subject: ARM: dts: r8a7793: Remove unit-address and reg from integrated cache X-Git-Tag: v4.9.89~228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c62dc6051d854d99202d2fdced543e8706a6c219;p=platform%2Fkernel%2Flinux-amlogic.git ARM: dts: r8a7793: Remove unit-address and reg from integrated cache [ Upstream commit beffa8872a3680ef804eb0320ec77037170f4686 ] The Cortex-A15 cache controller is an integrated controller, and thus the device node representing it should not have a unit-addresses or reg property. Fixes: ad53f5f00b095a0d ("ARM: dts: r8a7793: 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/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi index 8d02aacf2892..bd7ee309f509 100644 --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi @@ -65,9 +65,8 @@ power-domains = <&sysc R8A7793_PD_CA15_CPU1>; }; - L2_CA15: cache-controller@0 { + L2_CA15: cache-controller-0 { compatible = "cache"; - reg = <0>; power-domains = <&sysc R8A7793_PD_CA15_SCU>; cache-unified; cache-level = <2>;