test-build from your amlogic branch 6.2.9:
Code
[ 9.458149] brcmfmac: F1 signature read @0x18000000=0x17224356
[ 9.459823] Bluetooth: Core ver 2.22
[ 9.459938] NET: Registered PF_BLUETOOTH protocol family
[ 9.459944] Bluetooth: HCI device and connection manager initialized
[ 9.460100] Bluetooth: HCI socket layer initialized
[ 9.460110] Bluetooth: L2CAP socket layer initialized
[ 9.460205] Bluetooth: SCO socket layer initialized
[ 9.462673] brcmfmac: brcmf_sdio_probe: brcmf_sdio_probe_attach failed
[ 9.489571] brcmfmac: brcmf_ops_sdio_probe: F2 error, probe failed -19...
Display More
I reduced the speed to: "sd-uhs-sdr50;" like in the mainline-android and wifi works:
C
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2019 Christian Hewitt <[email protected]>
*/
/dts-v1/;
#include "meson-g12b-dreambox.dtsi"
/ {
compatible = "dream,dreambox-two", "amlogic,g12b";
model = "Dreambox Two";
};
&sd_emmc_a {
sd-uhs-sdr50;
};
Display More