diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-06-26 11:06:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 14:48:53 +0300 |
commit | 69cc1502a87f5ed12e27dbe5fe2bfdd5540826c7 (patch) | |
tree | 0d0a6455fbc81d3539b07bb8eb58f903dc1e3605 /arch/arm/boot/dts/imx35.dtsi | |
parent | 954809fb53a92607eb5fb039e57dcc64363c696d (diff) | |
download | linux-69cc1502a87f5ed12e27dbe5fe2bfdd5540826c7.tar.xz |
ARM: dts: imx: Align L2 cache-controller nodename with dtschema
Fix dtschema validator warnings like:
l2-cache@a02000: $nodename:0:
'l2-cache@a02000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index e15408794d83..aba16252faab 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -59,7 +59,7 @@ interrupt-parent = <&avic>; ranges; - L2: l2-cache@30000000 { + L2: cache-controller@30000000 { compatible = "arm,l210-cache"; reg = <0x30000000 0x1000>; cache-unified; |