Conversation
- port configs/cubie_a5e/linux-6.6/board.dts from linux-5.15 (keep hardware config, add radxa,a527 compatible per 5.15->6.6 port convention) - add configs/default/linux-6.6/bsp_defconfig from tina1.5.0 - add missing boot0_nandfastboot_sun55iw3p1.bin
- board.dts: add always-on wifi_power_en (PM2) and wifi_chip_en (PM1) fixed regulators per radxa a733 scheme, drop conflicting power_en/ wlan_regon from rfkill node so sunxi-rf can probe (aic8800 dkms depends on sunxi_wlan_get_bus_index) - bsp_defconfig: enable AW_GMAC/AW_GMAC_METADATA/AW_STMMAC_ETH and friends for ethernet
Bluetooth (hci0) was created but non-functional: HCI Reset timed out (0x1003 tx timeout) because PG6-PG9 (UART1 TX/RX/CTS/RTS) were left UNCLAIMED. Add the uart1 pin group and wire pinctrl-0/pinctrl-1 into &uart1 so the pins are muxed to UART function. PG bank stays at 1.8V; no uart-supply added pending schematic review.
- sdc2 (eMMC): disable by default (base SKU has no eMMC, avoids CMD1 timeout) - twi0: disable (no board-level pinctrl/device, avoids pinctrl probe error) - keep rfkill empty pinctrl props and 1.8V BLDO1 wlan_power: removing them makes mmc1 (wifi SDIO) stall with dma hold bit timeout and RCU hang - bsp_defconfig: enable CONFIG_SND_SOC_SUNXI_CODEC_HDMI for HDMI audio
RadxaYuntian
reviewed
Aug 7, 2026
Comment on lines
+1336
to
+1337
| pinctrl-0; | ||
| pinctrl-names; |
Member
There was a problem hiding this comment.
这两个不是布尔值呀,应该还有具体的pinctrl引用和字符串名称
Use panfrost (mainline, supports Mali-G57 Valhall) instead of the vendor ARM mali-valhall driver: - gpu: override compatible to arm,mali-valhall-jm so panfrost binds - gpu: name the bus clock "bus" so panfrost enables bus-gpu (fixes the soft reset timeout) - gpu: use lowercase interrupt-names (job/mmu/gpu) as panfrost matches them case-sensitively (fixes IRQ not found) Userspace note: the sunxi display engine cannot scan out panfrost's AFBC framebuffers, so export PAN_MESA_DEBUG=noafbc (e.g. in /etc/environment) until the de_afbd decoder supports the format.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add linux 6.6 support for Radxa Cubie A5E (A527/sun55iw3) on the v1.5.0 branch: