diff options
| author | Aleksander Jan Bajkowski | 2025-11-29 17:56:50 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-01-03 16:04:58 +0000 |
| commit | 914fe44647f27941c2e9925b7a05fa366ea1d85e (patch) | |
| tree | 4d9b9ae06f9904e8ee58c31e2ef9c9c653637742 | |
| parent | 2055a4df785dcce2d3a9cd58be1e1346e51a1721 (diff) | |
| download | openwrt-914fe44647f27941c2e9925b7a05fa366ea1d85e.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
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 { |