diff options
| author | Aleksander Jan Bajkowski | 2025-09-22 17:53:29 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-10 16:30:05 +0000 |
| commit | 8c5ad273b465b605716f74caf2589b25234242ee (patch) | |
| tree | 93fdeae808b80be55819da9a45780c31687ff442 | |
| parent | f364fe5e09442e030e9b01b320d1664139ef9197 (diff) | |
| download | openwrt-8c5ad273b465b605716f74caf2589b25234242ee.tar.gz | |
airoha: en7581: dts: fix typo "disable"
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>
(cherry picked from commit 3872e9d317c6daeb64ef6907d452a7625c979984)
| -rw-r--r-- | target/linux/airoha/dts/an7581.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index 5337d79a26..dbff2385af 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@1fbf8100 { @@ -534,7 +534,7 @@ #address-cells = <1>; #size-cells = <0>; - status = "disable"; + status = "disabled"; }; snfi: spi@1fa10000 { |