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 <gpalan@codeaurora.org>
This commit is contained in:
Gokul Sriram Palanisamy 2016-10-17 10:27:56 +05:30 committed by Gerrit - the friendly Code Review server
parent 9915ab836d
commit e664dcf4bc

View file

@ -17,6 +17,11 @@
/ {
config_name = "config@1";
config {
bootdelay = <2>;
bootcmd = "bootipq";
};
serial@16340000 {
status = "disabled";
compatible = "qca,ipq-uartdm";