[PATCH v1] arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable SDIO interface
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Mon Jan 19 13:39:53 PST 2026
Hi Nick,
thanks for your patches - it's great to see Khadas VIM1S support
growing upstream :-)
On Fri, Jan 16, 2026 at 3:39 AM Nick Xie <nick at khadas.com> wrote:
[...]
> +&sdio {
> + status = "okay";
> + pinctrl-0 = <&sdio_pins>;
> + pinctrl-1 = <&sdio_clk_gate_pins>;
> + pinctrl-names = "default", "clk-gate";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + bus-width = <4>;
> + cap-sd-highspeed;
> + sd-uhs-sdr50;
> + sd-uhs-sdr104;
> + max-frequency = <50000000>;
> + non-removable;
> + disable-wp;
> +
> + amlogic,dram-access-quirk;
Have you tried without this property? To my knowledge only early G12A
and G12B SoCs required this.
The mode enabled by this property limits the SDIO throughput. So it
should only be used if the silicon requires this.
> + no-sd;
> + no-mmc;
> + mmc-pwrseq = <&sdio_pwrseq>;
> + vmmc-supply = <&vddao_3v3>;
> + vqmmc-supply = <&vddio_ao1v8>;
I'm missing:
clocks = <&sdio_32k>;
clock-names = "lpo";
> + brcmf: wifi at 1 {
> + reg = <1>;
> + compatible = "brcm,bcm4329-fmac";
Is AP6256 using a bcm43456 chip? If so then this should be (according
to Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml):
compatible = "brcm,bcm43456-fmac", "brcm,bcm4329-fmac";
Best regards,
Martin
More information about the linux-arm-kernel
mailing list