From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940251AbdEXNTO convert rfc822-to-8bit (ORCPT ); Wed, 24 May 2017 09:19:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:51822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934886AbdEXNTL (ORCPT ); Wed, 24 May 2017 09:19:11 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5176B239F8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org MIME-Version: 1.0 In-Reply-To: <20170514022429.11555-5-afaerber@suse.de> References: <20170514022429.11555-1-afaerber@suse.de> <20170514022429.11555-5-afaerber@suse.de> From: Rob Herring Date: Wed, 24 May 2017 08:18:48 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 4/5] ARM64: dts: Add Realtek RTD1295 and Zidoo X9S To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Roc He , Mark Rutland , Catalin Marinas , Will Deacon , "devicetree@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 13, 2017 at 9:24 PM, Andreas Färber wrote: > Add initial device trees for the RTD1295 SoC and the Zidoo X9S TV box. > > The CPUs lack the enable-method property because the vendor device tree > uses a custom "rtk-spin-table" method and "psci" did not appear to work. > > The UARTs lack the interrupts properties because the vendor device tree > connects them to a custom interrupt controller. earlycon works without. > > A list of memory reservations is adopted from v1.2.11 vendor device tree: > 0x02200000 can be used for an initrd, 0x01b00000 is audio-related; > ion-related 0x02600000, 0x02c00000 and 0x11000000 are left out; > 0x10000000 is used for sharing the U-Boot environment; others remain > to be investigated. > > Acked-by: Arnd Bergmann > Signed-off-by: Andreas Färber > --- > v2 -> v3: > * Adopted SPDX-License-Identifier (Rob) > * Added ranges for /soc node (Rob) > * Changed #address-cells and #size-cells to 1 (Rob) > > v1 -> v2: > * Dropped 0x0000000010000000 /memreserve/ > > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/realtek/Makefile | 5 + > arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 42 +++++++ > arch/arm64/boot/dts/realtek/rtd1295.dtsi | 131 ++++++++++++++++++++++ > 4 files changed, 179 insertions(+) > create mode 100644 arch/arm64/boot/dts/realtek/Makefile > create mode 100644 arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts > create mode 100644 arch/arm64/boot/dts/realtek/rtd1295.dtsi Reviewed-by: Rob Herring