Re: [PATCH 3/5] ARM: dts: Add basic support for EcoNet EN7523

From: Daniel Palmer
Date: Fri Jul 30 2021 - 10:45:20 EST


Hi Bert,

On Fri, 30 Jul 2021 at 22:53, Bert Vermeulen <bert@xxxxxxxx> wrote:
> +
> + cpu0: cpu@0 {
> + device_type = "cpu";
> + compatible = "arm,cortex-a7";
> + reg = <0x0>;
> + enable-method = "psci";
> + clock-frequency = <80000000>;
> + next-level-cache = <&L2_0>;
> +
> + };

Super nit but looks like an empty line snuck in here.

Cheers,

Daniel