Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65d0b7ed authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r8a7794: Remove unit-address and reg from integrated cache



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: 34ea4b4a ("ARM: dts: r8a7794: Fix W=1 dtc warnings")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent beffa887
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>;