From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934600AbdCVNaL convert rfc822-to-8bit (ORCPT ); Wed, 22 Mar 2017 09:30:11 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40420 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934672AbdCVN37 (ORCPT ); Wed, 22 Mar 2017 09:29:59 -0400 From: Heiko Stuebner To: Brian Norris Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Caesar Wang , Doug Anderson , devicetree@vger.kernel.org, Rob Herring , Stephen Barber , linux-arm-kernel@lists.infradead.org, Chris Zhong Subject: Re: [PATCH v3 2/4] arm64: dts: rockchip: add Gru/Kevin DTS Date: Wed, 22 Mar 2017 12:59:37 +0100 Message-ID: <2390473.XAgkTqANPY@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170320235344.126298-3-briannorris@chromium.org> References: <20170320235344.126298-1-briannorris@chromium.org> <20170320235344.126298-3-briannorris@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 20. März 2017, 16:53:42 CET schrieb Brian Norris: > Kevin is part of a family of boards called Gru. As best as possible, the > properties shared by the Gru family are placed in rk3399-gru.dtsi, while > Kevin-specific bits are in rk3399-gru-kevin.dts. This does not add full > support for the base Gru board. > > Working and tested (to some extent): > * EC support -- including keyboard, battery, PWM, and probably more > * UART / console > * Thermal > * Touchscreen > * Touchpad > * Digitizer (regulator still WIP) > * PCIe / Wifi > * Bluetooth / Webcam > * SD card > * eMMC > * USB2 on TypeC > - This works much of the time, but USB3 devices may or may not detect > properly. Waiting on proper extcon support for USB3 over TypeC. > - Depends on XHCI/DWC3 fixes for ARM64 that still haven't landed > * Backlight > > Not working: > * CPUFreq -- relies on special OVP support for our PWM regulator > circuits > * EC / extcon support -- and with it, USB3/TypeC/DP > * DRM -- won't even build on ARM64, so all display, eDP, etc. is not > enabled > > Not tested: > * Audio > > Signed-off-by: Brian Norris applied for 4.12 with Enric's Tested-tag after some reordering of nodes/ properties. Heiko