diff options
| author | Aleksander Jan Bajkowski | 2025-11-29 17:56:50 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-07 15:58:11 +0000 |
| commit | 0dc1b12154ec57d5f8b529b90f72bf2fecf46726 (patch) | |
| tree | a1f8896f88aa3b55c414cc154c6c30439923e701 | |
| parent | 7c201ca77b44f2333b6b1144cce3b289cdaf672d (diff) | |
| download | openwrt-0dc1b12154ec57d5f8b529b90f72bf2fecf46726.tar.gz | |
airoha: en7583: dts: fix typo disable
No functional changes intended.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/20985
(cherry picked from commit 914fe44647f27941c2e9925b7a05fa366ea1d85e)
Link: https://github.com/openwrt/openwrt/pull/21838
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/dts/an7583.dtsi | 4 |
1 files 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 { |