Skip to content

Commit dae29d6

Browse files
committed
Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/dt
arm64: dts: amlogic updates for v5.9 (round3) - minor fixes * tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic: arm64: dts: meson: fix mmc0 tuning error on Khadas VIM3 arm64: dts: meson: misc fixups for w400 dtsi Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 9141b3c + f1bb924 commit dae29d6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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

arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293

294294
bus-width = <4>;
295295
cap-sd-highspeed;
296-
sd-uhs-sdr50;
297296
max-frequency = <100000000>;
298297

299298
non-removable;

arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@
164164
status = "okay";
165165
};
166166

167+
&sd_emmc_a {
168+
sd-uhs-sdr50;
169+
};
170+
167171
&usb {
168172
phys = <&usb2_phy0>, <&usb2_phy1>;
169173
phy-names = "usb2-phy0", "usb2-phy1";

0 commit comments

Comments
 (0)