Commit c718f36c authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann

arm64: dts: mediatek: Fix "status" values

The defined value for "status" is "disabled", not "disable".
Reviewed-by: default avatarAlexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230804225813.12493-1-robh@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 57af7d51
......@@ -585,11 +585,11 @@ &pwrap {
};
&sata {
status = "disable";
status = "disabled";
};
&sata_phy {
status = "disable";
status = "disabled";
};
&spi0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment