mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +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 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
2055a4df78
commit
914fe44647
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