From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [PATCH v2 2/2] arm: dts: mt2701: add nor flash node To: Boris Brezillon , Guochun Mao References: <1485315515-29942-1-git-send-email-guochun.mao@mediatek.com> <1485315515-29942-3-git-send-email-guochun.mao@mediatek.com> <1486267249.10417.9.camel@mhfsdcap03> <20170206084544.24878633@bbrezillon> Cc: Marek Vasut , Mark Rutland , devicetree@vger.kernel.org, Richard Weinberger , Russell King , linux-kernel@vger.kernel.org, Rob Herring , linux-mtd@lists.infradead.org, John Crispin , linux-mediatek@lists.infradead.org, Cyrille Pitchen , Brian Norris , David Woodhouse , linux-arm-kernel@lists.infradead.org From: Matthias Brugger Message-ID: <77e0e3b0-2fe4-b32b-9099-11ce9811ba15@gmail.com> Date: Sun, 12 Feb 2017 00:35:34 +0100 MIME-Version: 1.0 In-Reply-To: <20170206084544.24878633@bbrezillon> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 02/06/2017 08:45 AM, Boris Brezillon wrote: > Hi Guochun, > > On Sun, 5 Feb 2017 12:00:49 +0800 > Guochun Mao wrote: > > >>> >>> + 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