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

View File

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