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

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

arm64: dts: r8a7795: Remove unit-addresses and regs from integrated caches



The Cortex-A57/A53 cache controllers are integrated controllers, and
thus the device nodes representing them should not have unit-addresses
or reg properties.

Fixes: 6f7bf82c ("arm64: dts: r8a7795: 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 b3f26910
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -109,17 +109,15 @@
			enable-method = "psci";
		};

		L2_CA57: cache-controller@0 {
		L2_CA57: cache-controller-0 {
			compatible = "cache";
			reg = <0>;
			power-domains = <&sysc R8A7795_PD_CA57_SCU>;
			cache-unified;
			cache-level = <2>;
		};

		L2_CA53: cache-controller@100 {
		L2_CA53: cache-controller-1 {
			compatible = "cache";
			reg = <0x100>;
			power-domains = <&sysc R8A7795_PD_CA53_SCU>;
			cache-unified;
			cache-level = <2>;