arm64: dts: mediatek: Fix "status" values

The defined value for "status" is "disabled", not "disable".

Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230804225813.12493-1-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Rob Herring 2023-08-04 16:58:13 -06:00 committed by Arnd Bergmann
parent 57af7d51e7
commit c718f36c9b
No known key found for this signature in database
GPG Key ID: 60AB47FFC9095227
1 changed files with 2 additions and 2 deletions

View File

@ -585,11 +585,11 @@
}; };
&sata { &sata {
status = "disable"; status = "disabled";
}; };
&sata_phy { &sata_phy {
status = "disable"; status = "disabled";
}; };
&spi0 { &spi0 {