From: Matthias Brugger <matthias.bgg@gmail.com>
To: Bayi Cheng <bayi.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>, Mark Brown <broonie@kernel.org>
Cc: devicetree@vger.kernel.org, srv_heupstream@mediatek.com,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Chuanhong Guo <gch981213@gmail.com>,
Ikjoon Jang <ikjn@chromium.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1] arm64: dts: mt8192: add nor_flash device node
Date: Sun, 31 Jan 2021 12:25:26 +0100 [thread overview]
Message-ID: <ca03bea3-dfbf-9ae7-a02b-e01d9f0c01b9@gmail.com> (raw)
In-Reply-To: <174ae215-38a1-0bb4-ad72-a3f59d35f2ad@gmail.com>
On 31/01/2021 11:26, Matthias Brugger wrote:
>
>
> On 10/12/2020 09:34, Bayi Cheng wrote:
>> From: bayi cheng <bayi.cheng@mediatek.com>
>>
>> add nor_flash device node
>>
>> Signed-off-by: bayi cheng <bayi.cheng@mediatek.com>
>> ---
>> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 13 +++++++++++++
>> 1 file changed, 13 insertions(+)
>>
>
> Applied to v5.11-next/dts64
reverted and replaced with v2.
Thanks!
>
> Thanks
>
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> index e12e024..b15b0d3 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> @@ -379,6 +379,19 @@
>> status = "disabled";
>> };
>>
>> + nor_flash: spi@11234000 {
>> + compatible = "mediatek,mt8173-nor";
>> + reg = <0 0x11234000 0 0xe0>;
>> + interrupts = <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH 0>;
>> + clocks = <&clk26m>,
>> + <&clk26m>,
>> + <&clk26m>;
>> + clock-names = "spi", "sf", "axi";
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> + status = "disable";
>> + };
>> +
>> i2c3: i2c3@11cb0000 {
>> compatible = "mediatek,mt8192-i2c";
>> reg = <0 0x11cb0000 0 0x1000>,
>>
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Bayi Cheng <bayi.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>, Mark Brown <broonie@kernel.org>
Cc: devicetree@vger.kernel.org, srv_heupstream@mediatek.com,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Chuanhong Guo <gch981213@gmail.com>,
Ikjoon Jang <ikjn@chromium.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1] arm64: dts: mt8192: add nor_flash device node
Date: Sun, 31 Jan 2021 12:25:26 +0100 [thread overview]
Message-ID: <ca03bea3-dfbf-9ae7-a02b-e01d9f0c01b9@gmail.com> (raw)
In-Reply-To: <174ae215-38a1-0bb4-ad72-a3f59d35f2ad@gmail.com>
On 31/01/2021 11:26, Matthias Brugger wrote:
>
>
> On 10/12/2020 09:34, Bayi Cheng wrote:
>> From: bayi cheng <bayi.cheng@mediatek.com>
>>
>> add nor_flash device node
>>
>> Signed-off-by: bayi cheng <bayi.cheng@mediatek.com>
>> ---
>> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 13 +++++++++++++
>> 1 file changed, 13 insertions(+)
>>
>
> Applied to v5.11-next/dts64
reverted and replaced with v2.
Thanks!
>
> Thanks
>
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> index e12e024..b15b0d3 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
>> @@ -379,6 +379,19 @@
>> status = "disabled";
>> };
>>
>> + nor_flash: spi@11234000 {
>> + compatible = "mediatek,mt8173-nor";
>> + reg = <0 0x11234000 0 0xe0>;
>> + interrupts = <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH 0>;
>> + clocks = <&clk26m>,
>> + <&clk26m>,
>> + <&clk26m>;
>> + clock-names = "spi", "sf", "axi";
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> + status = "disable";
>> + };
>> +
>> i2c3: i2c3@11cb0000 {
>> compatible = "mediatek,mt8192-i2c";
>> reg = <0 0x11cb0000 0 0x1000>,
>>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-01-31 11:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-10 8:34 [PATCH v1] arm64: dts: mt8192: add nor_flash device node Bayi Cheng
2020-12-10 8:34 ` Bayi Cheng
2020-12-10 8:34 ` Bayi Cheng
2021-01-31 10:26 ` Matthias Brugger
2021-01-31 10:26 ` Matthias Brugger
2021-01-31 10:26 ` Matthias Brugger
2021-01-31 11:25 ` Matthias Brugger [this message]
2021-01-31 11:25 ` Matthias Brugger
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=ca03bea3-dfbf-9ae7-a02b-e01d9f0c01b9@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=bayi.cheng@mediatek.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gch981213@gmail.com \
--cc=ikjn@chromium.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@mediatek.com \
/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.