[openwrt/openwrt] airoha: en7583: dts: fix typo disable

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 3 08:05:31 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/914fe44647f27941c2e9925b7a05fa366ea1d85e

commit 914fe44647f27941c2e9925b7a05fa366ea1d85e
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Nov 29 18:56:50 2025 +0100

    airoha: en7583: dts: fix typo disable
    
    No functional changes intended.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20985
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/airoha/dts/an7583.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi
index 49a0616a39..48f3df031d 100644
--- a/target/linux/airoha/dts/an7583.dtsi
+++ b/target/linux/airoha/dts/an7583.dtsi
@@ -422,7 +422,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			status = "disable";
+			status = "disabled";
 		};
 
 		i2c1: i2c1 at 1fbf8100 {
@@ -436,7 +436,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			status = "disable";
+			status = "disabled";
 		};
 
 		mmc0: mmc at 1fa0e000 {




More information about the lede-commits mailing list