mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02: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:
parent
57af7d51e7
commit
c718f36c9b
|
|
@ -585,11 +585,11 @@ &pwrap {
|
|||
};
|
||||
|
||||
&sata {
|
||||
status = "disable";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sata_phy {
|
||||
status = "disable";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user