From 4fd2b6d59950fee0acdb1874ef8431faa2691f1b Mon Sep 17 00:00:00 2001
From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Date: Mon, 14 Apr 2025 16:26:03 +0400
Subject: [PATCH] airoha/dts: use nonzero bootdelay for the cases of wrongly
 configured boardid.

This dts are will be selected only if
 * boardid is not configured
 * boardid does not match to any of u-boot dtb

In any case, if this happen the user should have an easy way to enter
u-boot command line.
---
 airoha/dts/en7523-basic.dts | 4 ++++
 airoha/dts/en7581-basic.dts | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/airoha/dts/en7523-basic.dts b/airoha/dts/en7523-basic.dts
index 383686efc..0e2708dbf 100644
--- a/airoha/dts/en7523-basic.dts
+++ b/airoha/dts/en7523-basic.dts
@@ -26,6 +26,10 @@
 / {
 	model = "en75xx-arm";
 	compatible = "econet,en7523";
+
+	config {
+		bootdelay = <2>;
+	};
 };
 
 &voip {
diff --git a/airoha/dts/en7581-basic.dts b/airoha/dts/en7581-basic.dts
index 92195b3c9..96fa35835 100644
--- a/airoha/dts/en7581-basic.dts
+++ b/airoha/dts/en7581-basic.dts
@@ -11,6 +11,10 @@
 / {
 	model = "EN75xx GENERIC";
 	compatible = "econet,en7581", "airoha,en7581";
+
+	config {
+		bootdelay = <2>;
+	};
 };
 
 &voip {
-- 
GitLab