[PATCH 0/5] i.MX8M add DSI output endpoint

Alexander Stein posted 5 patches 1 year, 11 months ago
arch/arm64/boot/dts/freescale/imx8mm.dtsi |  7 +++++++
arch/arm64/boot/dts/freescale/imx8mn.dtsi |  7 +++++++
arch/arm64/boot/dts/freescale/imx8mp.dtsi |  7 +++++++
arch/arm64/boot/dts/freescale/imx8mq.dtsi |  7 +++++++
arch/arm64/boot/dts/freescale/mba8mx.dtsi | 14 ++++----------
5 files changed, 32 insertions(+), 10 deletions(-)
[PATCH 0/5] i.MX8M add DSI output endpoint
Posted by Alexander Stein 1 year, 11 months ago
Hi,

this series was initially triggered by dtbs_check warnings. Despite [1]
rendering them invalid, this series still simplifies the DSI OF graphs on all
i.MX8M variants by adding an empty output endpoint.
Each board enabling DSI connection can simply reference the label.
Patch 5 uses applies this to MBa8Mx board.

Best regards,
Alexander

[1] https://lore.kernel.org/linux-samsung-soc/20231122-dtc-warnings-v2-1-bd4087325392@kernel.org/

Alexander Stein (5):
  arm64: dts: imx8mm: Add empty DSI output endpoint
  arm64: dts: imx8mn: Add empty DSI output endpoint
  arm64: dts: imx8mq: Add empty DSI output endpoint
  arm64: dts: imx8mp: Add empty DSI output endpoint
  arm64: dts: mba8mx: Simplify DSI connection

 arch/arm64/boot/dts/freescale/imx8mm.dtsi |  7 +++++++
 arch/arm64/boot/dts/freescale/imx8mn.dtsi |  7 +++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi |  7 +++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi |  7 +++++++
 arch/arm64/boot/dts/freescale/mba8mx.dtsi | 14 ++++----------
 5 files changed, 32 insertions(+), 10 deletions(-)

-- 
2.34.1
Re: [PATCH 0/5] i.MX8M add DSI output endpoint
Posted by Shawn Guo 1 year, 10 months ago
On Fri, Mar 01, 2024 at 10:14:08AM +0100, Alexander Stein wrote:
> Hi,
> 
> this series was initially triggered by dtbs_check warnings. Despite [1]
> rendering them invalid, this series still simplifies the DSI OF graphs on all
> i.MX8M variants by adding an empty output endpoint.
> Each board enabling DSI connection can simply reference the label.
> Patch 5 uses applies this to MBa8Mx board.
> 
> Best regards,
> Alexander
> 
> [1] https://lore.kernel.org/linux-samsung-soc/20231122-dtc-warnings-v2-1-bd4087325392@kernel.org/
> 
> Alexander Stein (5):
>   arm64: dts: imx8mm: Add empty DSI output endpoint
>   arm64: dts: imx8mn: Add empty DSI output endpoint
>   arm64: dts: imx8mq: Add empty DSI output endpoint
>   arm64: dts: imx8mp: Add empty DSI output endpoint
>   arm64: dts: mba8mx: Simplify DSI connection

Applied all, thanks!