* [PATCH v2] arm64: dts: mt8192: add nor_flash device node
@ 2020-12-23 4:22 Bayi Cheng
2021-01-31 11:24 ` Matthias Brugger
0 siblings, 1 reply; 2+ messages in thread
From: Bayi Cheng @ 2020-12-23 4:22 UTC (permalink / raw)
To: Rob Herring, Mark Brown
Cc: Matthias Brugger, devicetree, linux-arm-kernel, linux-mediatek,
linux-kernel, Ikjoon Jang, Chuanhong Guo, srv_heupstream,
bayi cheng
From: bayi cheng <bayi.cheng@mediatek.com>
add nor_flash device node
Change-Id: I79f0228529bd8a33e5f354b7a861a4ec8d92e9ba
Signed-off-by: bayi cheng <bayi.cheng@mediatek.com>
---
Change in v2:
1: add dependent patch of arm soc
2: change compatible name
Depends on:
https://patchwork.kernel.org/patch/11713559/
[v4,1/3] arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile
---
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
index e12e024..751c877 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,mt8192-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>,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] arm64: dts: mt8192: add nor_flash device node
2020-12-23 4:22 [PATCH v2] arm64: dts: mt8192: add nor_flash device node Bayi Cheng
@ 2021-01-31 11:24 ` Matthias Brugger
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2021-01-31 11:24 UTC (permalink / raw)
To: Bayi Cheng, Rob Herring, Mark Brown
Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
Ikjoon Jang, Chuanhong Guo, srv_heupstream
On 23/12/2020 05:22, Bayi Cheng wrote:
> From: bayi cheng <bayi.cheng@mediatek.com>
>
> add nor_flash device node
>
> Change-Id: I79f0228529bd8a33e5f354b7a861a4ec8d92e9ba
Applied to v5.11-next/dts64
I dropped the Change-Id. In the future please make sure to not include this tag
in upstream submissions.
Thanks!
> Signed-off-by: bayi cheng <bayi.cheng@mediatek.com>
> ---
> Change in v2:
> 1: add dependent patch of arm soc
> 2: change compatible name
>
> Depends on:
> https://patchwork.kernel.org/patch/11713559/
> [v4,1/3] arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile
> ---
> arch/arm64/boot/dts/mediatek/mt8192.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> index e12e024..751c877 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,mt8192-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>,
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-31 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 4:22 [PATCH v2] arm64: dts: mt8192: add nor_flash device node Bayi Cheng
2021-01-31 11:24 ` Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).