mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 914fe44647)
Link: https://github.com/openwrt/openwrt/pull/21838
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7c201ca77b
commit
0dc1b12154
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue