Re: [linux-sunxi] [PATCH v3 00/11] Add support for Orange Pi 3

From: Chen-Yu Tsai
Date: Fri Apr 12 2019 - 07:05:28 EST


On Thu, Apr 11, 2019 at 6:19 PM megous via linux-sunxi
<linux-sunxi@xxxxxxxxxxxxxxxx> wrote:
>
> From: Ondrej Jirman <megous@xxxxxxxxxx>
>
> This series implements support for Xunlong Orange Pi 3 board.
>
> Unfortunately, this board needs some small driver patches, so I have
> split the boards DT patch into chunks that require patches for drivers
> in various subsystems.
>
> Suggested merging plan/dependencies:
>
> - Pinctrl and stmmac patches are needed for ethernet support.
> (patches 1-5)
> - HDMI support was changed, please review. (patches 6-8)
> - brcmfmac patch 9, fixing firmware file selection, can be merged
> now, after review, as it doesn't depend on anything (please
> review :))
> - mmc1 pinconf (patch 10) can probably be merged now, too (it will
> certainly be used soon by all the other WiFi featuring boards
> based on H6)
> - WiFi dts patch will have to wait for H6 RTC patches, which in turn
> depend on ChenYu's RTC series, to be merged. That will take a
> while yet. I'm just keeping it in the series for completness.
> (patch 11)

Unfortunately I will not have time to tackle this for the next release.
Furthermore, I'd like to do this after the new clk parenting stuff lands.
Otherwise it's going to be a mess, as the clock tree is a bit convoluted
compared to previous SoCs.

ChenYu