[PATCH v2] ARM: BCM5301X: set customized AUXCTL

Arnd Bergmann arnd at arndb.de
Mon Nov 3 02:00:45 PST 2014


On Saturday 01 November 2014 15:41:38 Hauke Mehrtens wrote:
>  };
>  
>  DT_MACHINE_START(BCM5301X, "BCM5301X")
> -       .l2c_aux_val    = 0,
> +       .l2c_aux_val    = L310_AUX_CTRL_CACHE_REPLACE_RR |
> +                         L310_AUX_CTRL_DATA_PREFETCH |
> +                         L310_AUX_CTRL_INSTR_PREFETCH |
> +                         L310_AUX_CTRL_EARLY_BRESP,

Please put these into the dts file instead if the boot loader fails
to set them correctly. We should not override them from source code
for new platforms any more.

	Arnd



More information about the linux-arm-kernel mailing list