mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
committed by
Arnd Bergmann
parent
57af7d51e7
commit
c718f36c9b
@@ -585,11 +585,11 @@
|
||||
};
|
||||
|
||||
&sata {
|
||||
status = "disable";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sata_phy {
|
||||
status = "disable";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
Reference in New Issue
Block a user