From: allen-kh.cheng <allen-kh.cheng@mediatek.com>
To: Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
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>,
Chen-Yu Tsai <wenst@chromium.org>,
Ryder Lee <ryder.lee@kernel.org>,
"Hui Liu" <hui.liu@mediatek.com>
Subject: Re: [PATCH v5 1/4] arm64: dts: mt8192: Add PCIe node
Date: Thu, 31 Mar 2022 20:33:25 +0800 [thread overview]
Message-ID: <03d8084c903207a3559d80ba06953502ec641ce9.camel@mediatek.com> (raw)
In-Reply-To: <06a53ed1-63a8-50c1-7eb0-58ccecce624e@gmail.com>
Hi Matthias,
On Thu, 2022-03-31 at 13:56 +0200, Matthias Brugger wrote:
>
> On 30/03/2022 15:38, Allen-KH Cheng wrote:
> > Add PCIe node for mt8192 SoC.
> >
> > Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> > Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
>
> I wonder why you left Nicolas Reviewed-by but not the one from
> Angelo. Anyway
> when sending a new version, be sure to drop the reviewed-by tags if
> there are
> substantial changes in the patch. We can argue if changing the clock
> names is a
> substantial change or not. Maybe that's why you left just one
> reviewed-by tag ;)
> I'm just joking, I'll add the other tag myself.
>
> Applied thanks.
>
This is my carelessness.
I don't notice Angelo's reply.
I'll pay more attention to that next time.
Best regards,
Allen
> > ---
> > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 35
> > ++++++++++++++++++++++++
> > 1 file changed, 35 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > index 579abbf4488e..69e8d1934d53 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > @@ -716,6 +716,41 @@
> > status = "disabled";
> > };
> >
> > + pcie: pcie@11230000 {
> > + compatible = "mediatek,mt8192-pcie";
> > + device_type = "pci";
> > + reg = <0 0x11230000 0 0x2000>;
> > + reg-names = "pcie-mac";
> > + #address-cells = <3>;
> > + #size-cells = <2>;
> > + clocks = <&infracfg CLK_INFRA_PCIE_PL_P_250M>,
> > + <&infracfg CLK_INFRA_PCIE_TL_26M>,
> > + <&infracfg CLK_INFRA_PCIE_TL_96M>,
> > + <&infracfg CLK_INFRA_PCIE_TL_32K>,
> > + <&infracfg CLK_INFRA_PCIE_PERI_26M>,
> > + <&infracfg CLK_INFRA_PCIE_TOP_H_133M>;
> > + clock-names = "pl_250m", "tl_26m", "tl_96m",
> > + "tl_32k", "peri_26m", "top_133m";
> > + assigned-clocks = <&topckgen CLK_TOP_TL_SEL>;
> > + assigned-clock-parents = <&topckgen
> > CLK_TOP_MAINPLL_D6_D4>;
> > + interrupts = <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH
> > 0>;
> > + bus-range = <0x00 0xff>;
> > + ranges = <0x82000000 0 0x12000000 0x0
> > 0x12000000 0 0x0800000>,
> > + <0x81000000 0 0x12800000 0x0
> > 0x12800000 0 0x0800000>;
> > + #interrupt-cells = <1>;
> > + interrupt-map-mask = <0 0 0 7>;
> > + interrupt-map = <0 0 0 1 &pcie_intc0 0>,
> > + <0 0 0 2 &pcie_intc0 1>,
> > + <0 0 0 3 &pcie_intc0 2>,
> > + <0 0 0 4 &pcie_intc0 3>;
> > +
> > + pcie_intc0: interrupt-controller {
> > + interrupt-controller;
> > + #address-cells = <0>;
> > + #interrupt-cells = <1>;
> > + };
> > + };
> > +
> > nor_flash: spi@11234000 {
> > compatible = "mediatek,mt8192-nor";
> > reg = <0 0x11234000 0 0xe0>;
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
next prev parent reply other threads:[~2022-03-31 12:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-30 13:38 [PATCH v5 0/4] Add driver nodes for MT8192 SoC Allen-KH Cheng
2022-03-30 13:38 ` [PATCH v5 1/4] arm64: dts: mt8192: Add PCIe node Allen-KH Cheng
2022-03-31 11:56 ` Matthias Brugger
2022-03-31 12:33 ` allen-kh.cheng [this message]
2022-03-30 13:38 ` [PATCH v5 2/4] arm64: dts: mt8192: Add mmc device nodes Allen-KH Cheng
2022-03-31 12:02 ` Matthias Brugger
2022-03-31 12:48 ` allen-kh.cheng
2022-03-31 14:19 ` Matthias Brugger
2022-03-30 13:38 ` [PATCH v5 3/4] arm64: dts: mt8192: Add H264 venc device node Allen-KH Cheng
2022-03-31 12:07 ` Matthias Brugger
2022-03-30 13:38 ` [PATCH v5 4/4] arm64: dts: mt8192: Add vcodec lat and core nodes Allen-KH Cheng
2022-03-31 14:09 ` Matthias Brugger
2022-04-01 5:06 ` allen-kh.cheng
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=03d8084c903207a3559d80ba06953502ec641ce9.camel@mediatek.com \
--to=allen-kh.cheng@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=hui.liu@mediatek.com \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=ryder.lee@kernel.org \
--cc=wenst@chromium.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