2020-09-07 08:35:14

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 0/3] arm64: dts: meson-axg-s400: add support for MIPI-DSI Panel

This adds the nodes to AXG and S400 board to enabled MIPI-DSI display support with
the 1024*600 tl070wsh30 DSI panel.

Dependencies:
- Patch 1: [1] & [2]
- Patch 2: [1], [3] & [4]
- Patch 3: [5]

[1] https://lore.kernel.org/r/[email protected]
[2] https://lore.kernel.org/r/[email protected]
[3] https://lore.kernel.org/r/[email protected]
[4] https://lore.kernel.org/r/[email protected]
[5] https://lore.kernel.org/r/[email protected]

Neil Armstrong (3):
arm64: dts: meson-axg: add VPU and PWRC nodes
arm64: dts: meson-axg: add MIPI DSI Nodes
arm64: dts: meson-axg-s400: add MIPI DSI panel nodes

.../arm64/boot/dts/amlogic/meson-axg-s400.dts | 49 +++++++-
arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 118 ++++++++++++++++++
2 files changed, 166 insertions(+), 1 deletion(-)

--
2.22.0


2020-11-20 15:39:11

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 0/3] arm64: dts: meson-axg-s400: add support for MIPI-DSI Panel

On 07/09/2020 10:32, Neil Armstrong wrote:
> This adds the nodes to AXG and S400 board to enabled MIPI-DSI display support with
> the 1024*600 tl070wsh30 DSI panel.
>
> Dependencies:
> - Patch 1: [1] & [2]
> - Patch 2: [1], [3] & [4]
> - Patch 3: [5]
>
> [1] https://lore.kernel.org/r/[email protected]
> [2] https://lore.kernel.org/r/[email protected]
> [3] https://lore.kernel.org/r/[email protected]
> [4] https://lore.kernel.org/r/[email protected]
> [5] https://lore.kernel.org/r/[email protected]
>
> Neil Armstrong (3):
> arm64: dts: meson-axg: add VPU and PWRC nodes
> arm64: dts: meson-axg: add MIPI DSI Nodes
> arm64: dts: meson-axg-s400: add MIPI DSI panel nodes
>
> .../arm64/boot/dts/amlogic/meson-axg-s400.dts | 49 +++++++-
> arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 118 ++++++++++++++++++
> 2 files changed, 166 insertions(+), 1 deletion(-)
>

I extracted the PWRC & DSI PHY nodes into [email protected]

Will send the CPU & panel nodes when the DRM codes is merged.

Neil