From e664dcf4bc2687138e5470f48d207ace0e37126f Mon Sep 17 00:00:00 2001 From: Gokul Sriram Palanisamy Date: Mon, 17 Oct 2016 10:27:56 +0530 Subject: [PATCH] arm: dts: ipq8064: Added bootdelay and bootcmd Added bootdelay and bootcmd in device tree to support autoboot. The value provided in the device tree will override the value provided for CONFIG_BOOTDELAY and CONFIG_BOOTCOMMAND in board configuration. Change-Id: I0482db510976eddb038ff8f7f38cafed07363051 Signed-off-by: Gokul Sriram Palanisamy --- arch/arm/dts/ipq806x-soc.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/ipq806x-soc.dtsi b/arch/arm/dts/ipq806x-soc.dtsi index 1cd5c7482a..2c4c8802fb 100644 --- a/arch/arm/dts/ipq806x-soc.dtsi +++ b/arch/arm/dts/ipq806x-soc.dtsi @@ -17,6 +17,11 @@ / { config_name = "config@1"; + config { + bootdelay = <2>; + bootcmd = "bootipq"; + }; + serial@16340000 { status = "disabled"; compatible = "qca,ipq-uartdm";