Skip to content

Commit

Permalink
WIP: ARM: tegra: surface-rt-efi: disable cache
Browse files Browse the repository at this point in the history
L2 cache does not work on Surface RT when booted with EFI.

Signed-off-by: Anton Bambura <[email protected]>
  • Loading branch information
jenneron committed Jul 14, 2021
1 parent ff12100 commit 9ec0c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/tegra30-microsoft-surface-rt-efi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
/ {
compatible = "microsoft,surface-rt-efi", "microsoft,surface-rt", "nvidia,tegra30";

/* L2 cache does not work yet */
/delete-node/ cache-controller@50043000;

ldo5_reg: tps65911-ldo5 {
compatible = "regulator-fixed";
regulator-name = "vddio_sdmmc";
Expand Down

0 comments on commit 9ec0c95

Please sign in to comment.