diff options
author | Mark Brown <broonie@kernel.org> | 2020-12-11 18:48:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-11 18:48:50 +0100 |
commit | 58f7553fa424fd0fd74e8b796d50c66014cebebe (patch) | |
tree | 8aecb1d047b1df2abbfa1ef323d2a724a6a61c77 /arch/arm/boot/dts/spear13xx.dtsi | |
parent | Merge remote-tracking branch 'spi/for-5.9' into spi-linus (diff) | |
parent | spi: Limit the spi device max speed to controller's max speed (diff) | |
download | linux-58f7553fa424fd0fd74e8b796d50c66014cebebe.tar.xz linux-58f7553fa424fd0fd74e8b796d50c66014cebebe.zip |
Merge remote-tracking branch 'spi/for-5.10' into spi-linus
Diffstat (limited to 'arch/arm/boot/dts/spear13xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/spear13xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index f187da4485f4..c87b881b2c8b 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -43,7 +43,7 @@ 0 7 0x04>; }; - L2: l2-cache { + L2: cache-controller { compatible = "arm,pl310-cache"; reg = <0xed000000 0x1000>; cache-unified; |