From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie Huang Subject: Re: [PATCH v3 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile Date: Mon, 12 Jan 2015 13:39:22 +0800 Message-ID: <1421041162.2792.2.camel@mtksdaap41> References: <1419582417-4448-1-git-send-email-eddie.huang@mediatek.com> <1419582417-4448-4-git-send-email-eddie.huang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Matthias Brugger Cc: Mark Rutland , "devicetree@vger.kernel.org" , Jason Cooper , Pawel Moll , Ian Campbell , Marc Zyngier , Catalin Marinas , Mark Brown , Will Deacon , "linux-kernel@vger.kernel.org" , Robert Richter , srv_heupstream , Rob Herring , Sascha Hauer , Kumar Gala , Olof Johansson , "Joe.C" , Thomas Gleixner , peter.maydell@linaro.org, "linux-arm-kernel@lists.infradead.org" YH Chen =?UTF-8?Q?=28=E9=99=B3=E6=98=B1=E8=B1=AA=29?= List-Id: devicetree@vger.kernel.org Hi Matthias, Thanks your review, I will modify in next version. On Sun, 2015-01-11 at 21:12 +0100, Matthias Brugger wrote: > 2014-12-26 9:26 GMT+01:00 Eddie Huang : > > Add device tree support for MT8173 SoC and evaluation board based on it. > > > > Signed-off-by: Eddie Huang > > --- > > arch/arm64/boot/dts/Makefile | 1 + > > arch/arm64/boot/dts/mediatek/Makefile | 5 + > > arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 34 ++++++ > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 159 ++++++++++++++++++++++++++++ > > 4 files changed, 199 insertions(+) > > create mode 100644 arch/arm64/boot/dts/mediatek/Makefile > > create mode 100644 arch/arm64/boot/dts/mediatek/mt8173-evb.dts > > create mode 100644 arch/arm64/boot/dts/mediatek/mt8173.dtsi > > > > + > > + soc { > > + #address-cells = <2>; > > + #size-cells = <2>; > > + compatible = "simple-bus"; > > + ranges; > > + > > + sysirq: intpol-controller@10200620 { > > + compatible = "mediatek,mt8173-sysirq", "mediatek,mt6577-sysirq"; > > Please update the dts bindings for sysirq and add mediatek,mt8173-sysirq. > Also check that the lines in this patch does not exceed the 80 character limit. > > > + > > + uart0: serial@11002000 { > > + compatible = "mediatek,mt8173-uart","mediatek,mt6577-uart"; > > Please update the dts binding documentation. > > > + reg = <0 0x11002000 0 0x400>; > > + interrupts = ; > > + clocks = <&uart_clk>; > > + }; > > Please disable the uart ports in the dtsi and enable the one used by > the board in the dts. > See [0] and [1] on how to do this. > > Apart from that, the series looks fine to me. > > Thanks, > Matthias > > [0] https://github.com/mbgg/linux-mediatek/commit/0714947369cdb2b9b8cc24aa07264d4b61ea4fd9 > [1] https://github.com/mbgg/linux-mediatek/commit/ac00aa4dcd085e4cf01761095ec1e2a141f86f38 >