[PATCH 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC
Arnd Bergmann
arnd at arndb.de
Sun Mar 6 20:26:39 PST 2016
On Monday 07 March 2016, Chanho Min wrote:
> +
> + chosen {
> + bootargs = "root=/dev/nfs ip=dhcp";
> + };
Can you add a stdout-path property as well, to make the console work?
Please also include an aliases node in the .dts file.
> +
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> +
> +#define ARMV8_TIMER_IRQ_TYPE (GIC_CPU_MASK_RAW(0x0f) | IRQ_TYPE_LEVEL_LOW)
I would leave out the macro here and instead just open-code this in the place it
is used.
Arnd
More information about the linux-arm-kernel
mailing list