From: Matthias Brugger <matthias.bgg@gmail.com>
To: Allen-KH Cheng <allen-kh.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Stephen Boyd <sboyd@kernel.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
dri-devel@lists.freedesktop.org
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
hsinyi@chromium.org
Subject: Re: [PATCH v2 7/9] arm64: dts: mediatek: mt8186: Add DPI node
Date: Thu, 19 Jan 2023 17:38:59 +0100 [thread overview]
Message-ID: <572b472b-088b-4ebe-0b52-927736199f70@gmail.com> (raw)
In-Reply-To: <20230118091829.755-8-allen-kh.cheng@mediatek.com>
On 18/01/2023 10:18, Allen-KH Cheng wrote:
> Add DPI node for MT8186 SoC.
>
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Applied, thanks!
> ---
> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> index c52f9be1e750..45b9d6777929 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> @@ -1230,6 +1230,23 @@
> power-domains = <&spm MT8186_POWER_DOMAIN_DIS>;
> };
>
> + dpi: dpi@1400a000 {
> + compatible = "mediatek,mt8186-dpi";
> + reg = <0 0x1400a000 0 0x1000>;
> + clocks = <&topckgen CLK_TOP_DPI>,
> + <&mmsys CLK_MM_DISP_DPI>,
> + <&apmixedsys CLK_APMIXED_TVDPLL>;
> + clock-names = "pixel", "engine", "pll";
> + assigned-clocks = <&topckgen CLK_TOP_DPI>;
> + assigned-clock-parents = <&topckgen CLK_TOP_TVDPLL_D2>;
> + interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_LOW 0>;
> + status = "disabled";
> +
> + port {
> + dpi_out: endpoint { };
> + };
> + };
> +
> dsi0: dsi@14013000 {
> compatible = "mediatek,mt8186-dsi";
> reg = <0 0x14013000 0 0x1000>;
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Allen-KH Cheng <allen-kh.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Stephen Boyd <sboyd@kernel.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
dri-devel@lists.freedesktop.org
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
hsinyi@chromium.org
Subject: Re: [PATCH v2 7/9] arm64: dts: mediatek: mt8186: Add DPI node
Date: Thu, 19 Jan 2023 17:38:59 +0100 [thread overview]
Message-ID: <572b472b-088b-4ebe-0b52-927736199f70@gmail.com> (raw)
In-Reply-To: <20230118091829.755-8-allen-kh.cheng@mediatek.com>
On 18/01/2023 10:18, Allen-KH Cheng wrote:
> Add DPI node for MT8186 SoC.
>
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Applied, thanks!
> ---
> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> index c52f9be1e750..45b9d6777929 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> @@ -1230,6 +1230,23 @@
> power-domains = <&spm MT8186_POWER_DOMAIN_DIS>;
> };
>
> + dpi: dpi@1400a000 {
> + compatible = "mediatek,mt8186-dpi";
> + reg = <0 0x1400a000 0 0x1000>;
> + clocks = <&topckgen CLK_TOP_DPI>,
> + <&mmsys CLK_MM_DISP_DPI>,
> + <&apmixedsys CLK_APMIXED_TVDPLL>;
> + clock-names = "pixel", "engine", "pll";
> + assigned-clocks = <&topckgen CLK_TOP_DPI>;
> + assigned-clock-parents = <&topckgen CLK_TOP_TVDPLL_D2>;
> + interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_LOW 0>;
> + status = "disabled";
> +
> + port {
> + dpi_out: endpoint { };
> + };
> + };
> +
> dsi0: dsi@14013000 {
> compatible = "mediatek,mt8186-dsi";
> reg = <0 0x14013000 0 0x1000>;
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Allen-KH Cheng <allen-kh.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Stephen Boyd <sboyd@kernel.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
dri-devel@lists.freedesktop.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Project_Global_Chrome_Upstream_Group@mediatek.com,
linux-mediatek@lists.infradead.org, hsinyi@chromium.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/9] arm64: dts: mediatek: mt8186: Add DPI node
Date: Thu, 19 Jan 2023 17:38:59 +0100 [thread overview]
Message-ID: <572b472b-088b-4ebe-0b52-927736199f70@gmail.com> (raw)
In-Reply-To: <20230118091829.755-8-allen-kh.cheng@mediatek.com>
On 18/01/2023 10:18, Allen-KH Cheng wrote:
> Add DPI node for MT8186 SoC.
>
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Applied, thanks!
> ---
> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> index c52f9be1e750..45b9d6777929 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> @@ -1230,6 +1230,23 @@
> power-domains = <&spm MT8186_POWER_DOMAIN_DIS>;
> };
>
> + dpi: dpi@1400a000 {
> + compatible = "mediatek,mt8186-dpi";
> + reg = <0 0x1400a000 0 0x1000>;
> + clocks = <&topckgen CLK_TOP_DPI>,
> + <&mmsys CLK_MM_DISP_DPI>,
> + <&apmixedsys CLK_APMIXED_TVDPLL>;
> + clock-names = "pixel", "engine", "pll";
> + assigned-clocks = <&topckgen CLK_TOP_DPI>;
> + assigned-clock-parents = <&topckgen CLK_TOP_TVDPLL_D2>;
> + interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_LOW 0>;
> + status = "disabled";
> +
> + port {
> + dpi_out: endpoint { };
> + };
> + };
> +
> dsi0: dsi@14013000 {
> compatible = "mediatek,mt8186-dsi";
> reg = <0 0x14013000 0 0x1000>;
next prev parent reply other threads:[~2023-01-19 16:39 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 9:18 [PATCH v2 0/9] Add and update some driver nodes for MT8186 SoC Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` [PATCH v2 1/9] arm64: dts: mediatek: mt8186: Add MTU3 nodes Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 9:18 ` [PATCH v2 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as fallback of mediatek,mt8186-spmi Allen-KH Cheng
2023-01-18 9:18 ` [PATCH v2 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek, mt8195-spmi as fallback of mediatek, mt8186-spmi Allen-KH Cheng
2023-01-18 9:18 ` [PATCH v2 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as fallback of mediatek,mt8186-spmi Allen-KH Cheng
2023-01-18 16:20 ` AngeloGioacchino Del Regno
2023-01-18 16:20 ` AngeloGioacchino Del Regno
2023-01-18 16:20 ` AngeloGioacchino Del Regno
2023-01-19 16:27 ` Matthias Brugger
2023-01-19 16:27 ` Matthias Brugger
2023-01-19 16:27 ` Matthias Brugger
2023-01-18 9:18 ` [PATCH v2 3/9] arm64: dts: mediatek: mt8186: Add SPMI node Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 9:18 ` [PATCH v2 4/9] arm64: dts: mediatek: mt8186: Add ADSP mailbox nodes Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-19 16:38 ` Matthias Brugger
2023-01-19 16:38 ` Matthias Brugger
2023-01-19 16:38 ` Matthias Brugger
2023-01-18 9:18 ` [PATCH v2 5/9] arm64: dts: mediatek: mt8186: Add ADSP node Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 9:18 ` [PATCH v2 6/9] arm64: dts: mediatek: mt8186: Add audio controller node Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-19 16:38 ` Matthias Brugger
2023-01-19 16:38 ` Matthias Brugger
2023-01-19 16:38 ` Matthias Brugger
2023-01-18 9:18 ` [PATCH v2 7/9] arm64: dts: mediatek: mt8186: Add DPI node Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-19 16:38 ` Matthias Brugger [this message]
2023-01-19 16:38 ` Matthias Brugger
2023-01-19 16:38 ` Matthias Brugger
2023-01-18 9:18 ` [PATCH v2 8/9] dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr Allen-KH Cheng
2023-01-18 9:18 ` [PATCH v2 8/9] dt-bindings: display: mediatek: Fix the fallback for mediatek, mt8186-disp-ccorr Allen-KH Cheng
2023-01-18 9:18 ` [PATCH v2 8/9] dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr Allen-KH Cheng
2023-01-19 16:32 ` Matthias Brugger
2023-01-19 16:32 ` Matthias Brugger
2023-01-19 16:32 ` Matthias Brugger
2023-01-29 2:42 ` Chun-Kuang Hu
2023-01-29 2:42 ` Chun-Kuang Hu
2023-01-29 2:42 ` Chun-Kuang Hu
2023-01-18 9:18 ` [PATCH v2 9/9] arm64: dts: mediatek: mt8186: Add display nodes Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 9:18 ` Allen-KH Cheng
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
2023-01-18 12:40 ` AngeloGioacchino Del Regno
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=572b472b-088b-4ebe-0b52-927736199f70@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=airlied@gmail.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunkuang.hu@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=hsinyi@chromium.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.