]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: en7581: dts: fix typo "disable"
authorAleksander Jan Bajkowski <olek2@wp.pl>
Mon, 22 Sep 2025 17:53:29 +0000 (19:53 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 23 Sep 2025 19:52:06 +0000 (21:52 +0200)
No functional changes intended.

Fixes warning:
/linux/arch/arm64/boot/dts/airoha/en7581-gemtek-w1700k.dtb: i2c1@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@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/20131
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/airoha/dts/an7581.dtsi

index 6d18d199266add9ca87c089add5560ea1da30246..2637b241421bc076b664ec9bf682ab4c58fef102 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       status = "disable";
+                       status = "disabled";
                };
 
                i2c1: i2c1@1fbf8100 {
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       status = "disable";
+                       status = "disabled";
                };
 
                snfi: spi@1fa10000 {