From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Bergas Subject: [PATCH] arm64: dts: rockchip: sapphire: add chosen node Date: Fri, 26 Oct 2018 15:36:55 +0200 Message-ID: <20181026133655.1605-1-vicencb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Heiko Stuebner , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Vicente Bergas List-Id: linux-rockchip.vger.kernel.org In order to use earlycon, the stdout-path property needs to be set in the chosen node. --- Also, this works around this kexec bug: http://lists.infradead.org/pipermail/kexec/2018-October/021746.html Signed-off-by: Vicente Bergas --- arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts index 5a5806044..326615018 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts @@ -9,4 +9,8 @@ / { model = "Sapphire-RK3399 Board"; compatible = "rockchip,rk3399-sapphire", "rockchip,rk3399"; + + chosen { + stdout-path = "serial2:1500000n8"; + }; }; -- 2.19.1