[openwrt/openwrt] airoha: en7581: dts: fix typo "disable"

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 23 12:52:10 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3872e9d317c6daeb64ef6907d452a7625c979984

commit 3872e9d317c6daeb64ef6907d452a7625c979984
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Mon Sep 22 19:53:29 2025 +0200

    airoha: en7581: dts: fix typo "disable"
    
    No functional changes intended.
    
    Fixes warning:
    /linux/arch/arm64/boot/dts/airoha/en7581-gemtek-w1700k.dtb: i2c1 at 1fbf8100 (mediatek,mt7621-i2c): status: 'oneOf' conditional failed, one must be fixed:
            ['disable'] is not of type 'object'
            'disable' is not one of ['okay', 'disabled', 'reserved', 'fail', 'fail-needs-probe']
            from schema $id: http://devicetree.org/schemas/dt-core.yaml#
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20131
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/airoha/dts/an7581.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi
index 6d18d19926..2637b24142 100644
--- a/target/linux/airoha/dts/an7581.dtsi
+++ b/target/linux/airoha/dts/an7581.dtsi
@@ -520,7 +520,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			status = "disable";
+			status = "disabled";
 		};
 
 		i2c1: i2c1 at 1fbf8100 {
@@ -534,7 +534,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			status = "disable";
+			status = "disabled";
 		};
 
 		snfi: spi at 1fa10000 {




More information about the lede-commits mailing list