From 914fe44647f27941c2e9925b7a05fa366ea1d85e Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sat, 29 Nov 2025 18:56:50 +0100 Subject: [PATCH] airoha: en7583: dts: fix typo disable No functional changes intended. Signed-off-by: Aleksander Jan Bajkowski Link: https://github.com/openwrt/openwrt/pull/20985 Signed-off-by: Hauke Mehrtens --- 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@1fbf8100 { @@ -436,7 +436,7 @@ #address-cells = <1>; #size-cells = <0>; - status = "disable"; + status = "disabled"; }; mmc0: mmc@1fa0e000 { -- 2.30.2