Re: [PATCH v2 2/2] arm: dts: mt2701: add nor flash node
From: Guochun Mao <hidden>
Date: 2017-02-14 04:04:19
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Guochun Mao <hidden>
Date: 2017-02-14 04:04:19
Also in:
linux-arm-kernel, linux-mediatek, lkml
On Sun, 2017-02-12 at 07:35 +0800, Matthias Brugger wrote:
On 02/06/2017 08:45 AM, Boris Brezillon wrote:quoted
Hi Guochun, On Sun, 5 Feb 2017 12:00:49 +0800 Guochun Mao [off-list ref] wrote:quoted
quoted
+ nor_flash: spi@11014000 { + compatible = "mediatek,mt2701-nor", + "mediatek,mt8173-nor"; + reg = <0 0x11014000 0 0xe0>; + clocks = <&pericfg CLK_PERI_FLASH>, + <&topckgen CLK_TOP_FLASH_SEL>; + clock-names = "spi", "sf"; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + mmsys: syscon@14000000 { compatible = "mediatek,mt2701-mmsys", "syscon"; reg = <0 0x14000000 0 0x1000>;Hi, mtk-quadspi.txt had been updated as suggested. Is there suggestion about this patch?It should probably go through the Mediatek tree. Matthias, any opinion?Yes, I will take this one through mine tree. Thanks, Matthias
Thanks, Guochun