diff options
| author | Florian Fainelli <f.fainelli@gmail.com> | 2015-02-10 20:33:07 -0500 |
|---|---|---|
| committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-02-16 15:48:28 -0500 |
| commit | 9df11828d9b5665ddef81e45f83dd5376a8cd620 (patch) | |
| tree | 7d47c740185086f20de1a9f0ceccbbac58933f2b | |
| parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
ARM: dts: BCM63xx: fix L2 cache properties
The L2 cache properties were completely off with respect to what the
hardware is configured for. Fix the cache-size, cache-line-size and
cache-sets to reflect the L2 cache controller we have: 512KB, 16 ways
and 32 bytes per cache-line.
Fixes: 46d4bca0445a0 ("ARM: BCM63XX: add BCM63138 minimal Device Tree")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
| -rw-r--r-- | arch/arm/boot/dts/bcm63138.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi index d2d8e94e0aa2..f46329c8ad75 100644 --- a/arch/arm/boot/dts/bcm63138.dtsi +++ b/arch/arm/boot/dts/bcm63138.dtsi | |||
| @@ -66,8 +66,9 @@ | |||
| 66 | reg = <0x1d000 0x1000>; | 66 | reg = <0x1d000 0x1000>; |
| 67 | cache-unified; | 67 | cache-unified; |
| 68 | cache-level = <2>; | 68 | cache-level = <2>; |
| 69 | cache-sets = <16>; | 69 | cache-size = <524288>; |
| 70 | cache-size = <0x80000>; | 70 | cache-sets = <1024>; |
| 71 | cache-line-size = <32>; | ||
| 71 | interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>; | 72 | interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>; |
| 72 | }; | 73 | }; |
| 73 | 74 | ||
