We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916a0ed commit 2fa17ddCopy full SHA for 2fa17dd
arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi
@@ -336,9 +336,11 @@
336
337
bus-width = <4>;
338
cap-sd-highspeed;
339
- sd-uhs-sdr50;
340
max-frequency = <100000000>;
341
+ /* WiFi firmware requires power to be kept while in suspend */
342
+ keep-power-in-suspend;
343
+
344
non-removable;
345
disable-wp;
346
@@ -398,7 +400,7 @@
398
400
shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
399
401
max-speed = <2000000>;
402
clocks = <&wifi32k>;
- clock-names = "lpo";
403
+ clock-names = "lpo";
404
};
405
406
0 commit comments