Skip to content

Commit 2fa17dd

Browse files
chewittkhilman
authored andcommitted
arm64: dts: meson: misc fixups for w400 dtsi
Current devices using the W400 dtsi show mmc tuning errors: [12483.917391] mmc0: tuning execution failed: -5 [30535.551221] mmc0: tuning execution failed: -5 [35359.953671] mmc0: tuning execution failed: -5 [35561.875332] mmc0: tuning execution failed: -5 [61733.348709] mmc0: tuning execution failed: -5 Removing "sd-uhs-sdr50" from the SDIO node prevents this. We also add keep-power-in-suspend to the SDIO node and fix an indentation. Fixes: 3cb74db ("arm64: dts: meson: convert ugoos-am6 to common w400 dtsi") Signed-off-by: Christian Hewitt <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 916a0ed commit 2fa17dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,11 @@
336336

337337
bus-width = <4>;
338338
cap-sd-highspeed;
339-
sd-uhs-sdr50;
340339
max-frequency = <100000000>;
341340

341+
/* WiFi firmware requires power to be kept while in suspend */
342+
keep-power-in-suspend;
343+
342344
non-removable;
343345
disable-wp;
344346

@@ -398,7 +400,7 @@
398400
shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
399401
max-speed = <2000000>;
400402
clocks = <&wifi32k>;
401-
clock-names = "lpo";
403+
clock-names = "lpo";
402404
};
403405
};
404406

0 commit comments

Comments
 (0)