Skip to content

Commit

Permalink
arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
Browse files Browse the repository at this point in the history
[ Upstream commit ef10d57 ]

There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Feb 6, 2023
1 parent a5a629d commit ba355e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
Expand Up @@ -339,7 +339,7 @@
bus-width = <4>;
non-removable;
no-sd;
no-emmc;
no-mmc;
status = "okay";

brcmf: wifi@1 {
Expand All @@ -359,7 +359,7 @@
cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
bus-width = <4>;
no-sdio;
no-emmc;
no-mmc;
disable-wp;
status = "okay";
};
Expand Down

0 comments on commit ba355e9

Please sign in to comment.