[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201603070526.40020.arnd@arndb.de>
Date: Mon, 7 Mar 2016 05:26:39 +0100
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: Chanho Min <chanho.min@....com>, arm@...nel.org,
Catalin Marinas <catalin.marinas@....com>,
Gunho Lee <gunho.lee@....com>,
Will Deacon <will.deacon@....com>,
linux-kernel@...r.kernel.org, Jongsung Kim <neidhard.kim@....com>
Subject: Re: [PATCH 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC
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
Powered by blists - more mailing lists