From: Frank Li <Frank.li@nxp.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Abel Vesa <abelvesa@kernel.org>, Peng Fan <peng.fan@nxp.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux@ew.tq-group.com,
linux-clk@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v3 4/6] arm64: dts: imx93: Add LCDIF & LDB nodes
Date: Tue, 4 Mar 2025 11:10:01 -0500 [thread overview]
Message-ID: <Z8cl2bwpYFiS2lnr@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250304154929.1785200-5-alexander.stein@ew.tq-group.com>
On Tue, Mar 04, 2025 at 04:49:23PM +0100, Alexander Stein wrote:
> LCDIF port 1 is directly attached to the LVDS Display Bridge (LDB).
> Both need the same clock source (VIDEO_PLL1).
>
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
> arch/arm64/boot/dts/freescale/imx93.dtsi | 77 ++++++++++++++++++++++++
> 1 file changed, 77 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index 56766fdb0b1e5..69a639a8c833f 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -1273,6 +1273,9 @@ s4muap: mailbox@47520000 {
> media_blk_ctrl: system-controller@4ac10000 {
> compatible = "fsl,imx93-media-blk-ctrl", "syscon";
> reg = <0x4ac10000 0x10000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x4ac10000 0x10000>;
I remember ranges should be after reg.
Reviewed-by: Frank Li <Frank.Li@nxp.com>
> power-domains = <&mediamix>;
> clocks = <&clk IMX93_CLK_MEDIA_APB>,
> <&clk IMX93_CLK_MEDIA_AXI>,
> @@ -1286,8 +1289,82 @@ media_blk_ctrl: system-controller@4ac10000 {
> <&clk IMX93_CLK_MIPI_DSI_GATE>;
> clock-names = "apb", "axi", "nic", "disp", "cam",
> "pxp", "lcdif", "isi", "csi", "dsi";
> + assigned-clocks = <&clk IMX93_CLK_MEDIA_AXI>,
> + <&clk IMX93_CLK_MEDIA_APB>,
> + <&clk IMX93_CLK_VIDEO_PLL>,
> + <&clk IMX93_CLK_MEDIA_DISP_PIX>;
> + assigned-clock-parents = <&clk IMX93_CLK_SYS_PLL_PFD0>,
> + <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>,
> + <&clk IMX93_CLK_24M>,
> + <&clk IMX93_CLK_VIDEO_PLL>;
> + assigned-clock-rates = <333333333>, <133333333>, <0>, <200000000>;
> #power-domain-cells = <1>;
> status = "disabled";
> +
> + lvds_bridge: bridge@20 {
> + compatible = "fsl,imx93-ldb";
> + reg = <0x20 0x4>, <0x24 0x4>;
> + reg-names = "ldb", "lvds";
> + clocks = <&clk IMX93_CLK_LVDS_GATE>;
> + clock-names = "ldb";
> + assigned-clocks = <&clk IMX93_CLK_MEDIA_LDB>;
> + assigned-clock-parents = <&clk IMX93_CLK_VIDEO_PLL>;
> + status = "disabled";
> +
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> +
> + ldb_from_lcdif: endpoint {
> + remote-endpoint = <&lcdif_to_ldb>;
> + };
> + };
> +
> + port@1 {
> + reg = <1>;
> +
> + ldb_lvds: endpoint {
> + };
> + };
> + };
> + };
> + };
> +
> + lcdif: display-controller@4ae30000 {
> + compatible = "fsl,imx93-lcdif";
> + reg = <0x4ae30000 0x23c>;
> + interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clk IMX93_CLK_MEDIA_DISP_PIX>,
> + <&clk IMX93_CLK_LCDIF_GATE>,
> + <&clk IMX93_CLK_MEDIA_AXI>;
> + clock-names = "pix", "axi", "disp_axi";
> + assigned-clocks = <&clk IMX93_CLK_VIDEO_PLL>,
> + <&clk IMX93_CLK_MEDIA_DISP_PIX>;
> + assigned-clock-parents = <&clk IMX93_CLK_24M>,
> + <&clk IMX93_CLK_VIDEO_PLL>;
> + power-domains = <&media_blk_ctrl IMX93_MEDIABLK_PD_LCDIF>;
> + status = "disabled";
> +
> + port {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + lcdif_to_dsi: endpoint@0 {
> + reg = <0>;
> + };
> +
> + lcdif_to_ldb: endpoint@1 {
> + reg = <1>;
> + remote-endpoint = <&ldb_from_lcdif>;
> + };
> +
> + lcdif_to_dpi: endpoint@2 {
> + reg = <2>;
> + };
> + };
> };
>
> usbotg1: usb@4c100000 {
> --
> 2.43.0
>
next prev parent reply other threads:[~2025-03-04 16:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 15:49 [PATCH v3 0/6] TQMa93xx on MBa93xxLA/CA LVDS support Alexander Stein
2025-03-04 15:49 ` [PATCH v3 1/6] clk: imx: clk-fracn-gppll: Add 477.4MHz config for video pll Alexander Stein
2025-03-04 15:49 ` [PATCH v3 2/6] dt-bindings: soc: imx93-media-blk-ctrl: Add LDB subnode into schema and example Alexander Stein
2025-03-04 16:06 ` Frank Li
2025-03-05 7:13 ` Krzysztof Kozlowski
2025-03-05 9:02 ` Alexander Stein
2025-03-05 11:35 ` Krzysztof Kozlowski
2025-03-04 15:49 ` [PATCH v3 3/6] pmdomain: imx93-blk-ctrl: Scan subnodes and bind drivers to them Alexander Stein
2025-03-04 16:07 ` Frank Li
2025-03-05 7:17 ` Krzysztof Kozlowski
2025-03-05 8:56 ` Alexander Stein
2025-03-04 15:49 ` [PATCH v3 4/6] arm64: dts: imx93: Add LCDIF & LDB nodes Alexander Stein
2025-03-04 16:10 ` Frank Li [this message]
2025-03-04 15:49 ` [PATCH v3 5/6] arm64: dts: tqma9352-mba93xxla: Add LVDS overlay Alexander Stein
2025-03-04 16:12 ` Frank Li
2025-03-04 15:49 ` [PATCH v3 6/6] arm64: dts: tqma9352-mba93xxca: " Alexander Stein
2025-03-04 16:13 ` Frank Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z8cl2bwpYFiS2lnr@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=abelvesa@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@ew.tq-group.com \
--cc=mturquette@baylibre.com \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox