On 04/25/2018 11:20 AM, Yoshihiro Shimoda wrote: > The cache controller node should not have unit-addresses and reg > properties. So, this patch revises them. Removes? > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r8a77990.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi > index 3a19b9e..ba902a2 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi > @@ -27,9 +27,8 @@ > enable-method = "psci"; > }; > > - L2_CA53: cache-controller@0 { > + L2_CA53: cache-controller-0 { > compatible = "cache"; > - reg = <0>; > power-domains = <&sysc 21>; > cache-unified; > cache-level = <2>; > MBR, Sergei