Commit de1eb23c authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

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: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bc26b8f4
...@@ -27,9 +27,8 @@ a53_0: cpu@0 { ...@@ -27,9 +27,8 @@ a53_0: cpu@0 {
enable-method = "psci"; enable-method = "psci";
}; };
L2_CA53: cache-controller@0 { L2_CA53: cache-controller-0 {
compatible = "cache"; compatible = "cache";
reg = <0>;
power-domains = <&sysc 21>; power-domains = <&sysc 21>;
cache-unified; cache-unified;
cache-level = <2>; cache-level = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment