From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH v3 0/4] Add basic support for Mediatek MT8183 SoC Date: Mon, 16 Jul 2018 11:28:52 +0200 Message-ID: <9ba45353-a6e1-9a6e-f05b-4b1679ae9e52@gmail.com> References: <1526538126-51497-1-git-send-email-erin.lo@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1526538126-51497-1-git-send-email-erin.lo@mediatek.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Erin Lo , Rob Herring , Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Greg Kroah-Hartman Cc: devicetree@vger.kernel.org, srv_heupstream , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, yingjoe.chen@mediatek.com, mars.cheng@mediatek.com List-Id: devicetree@vger.kernel.org Hi Erin, On 17/05/18 08:22, Erin Lo wrote: > MT8183 is a SoC based on 64bit ARMv8 architecture. > It contains 4 CA53 and 4 CA73 cores. > MT8183 share many HW IP with MT65xx series. > This patchset was tested on MT8183 evaluation board, and boot to shell ok. > > This series contains document bindings, device tree including interrupt, uart. > > Change in v3: > 1. Fill out GICC, GICH, GICV regions > 2. Update Copyright to 2018 > > Change in v2: > 1. Split dt-bindings into different patches > 2. Correct bindings for supported SoCs (mtk-uart.txt) > > Ben Ho (1): > arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and > Makefile > > Erin Lo (3): > dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform > dt-bindings: mtk-sysirq: Add compatible for Mediatek MT8183 > dt-bindings: serial: Add compatible for Mediatek MT8183 > I'm a bit reluctant to take this series, as it will only enable the EVB board to boot into a serial console. Are you planning to add support for other devices of this SoC? Apart please take into account that there is an issue with the dts file, as you were told by the kbuild test robot. Regards, Matthias