From patchwork Wed Mar 4 21:29:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Schramm X-Patchwork-Id: 1249256 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=manjaro.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48Xn8x18ZDz9sPg for ; Thu, 5 Mar 2020 08:30:09 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388281AbgCDVaI (ORCPT ); Wed, 4 Mar 2020 16:30:08 -0500 Received: from mail.manjaro.org ([176.9.38.148]:47918 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388237AbgCDVaI (ORCPT ); Wed, 4 Mar 2020 16:30:08 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 84C4237019F4; Wed, 4 Mar 2020 22:30:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3W5thPF20-qO; Wed, 4 Mar 2020 22:29:59 +0100 (CET) From: Tobias Schramm To: Rob Herring , Mark Rutland , Heiko Stuebner , Andy Yan , Johan Jonker Cc: Douglas Anderson , Jagan Teki , Markus Reichl , Alexis Ballier , Matthias Kaehlcke , Nick Xie , Kever Yang , Vivek Unune , Katsuhiro Suzuki , Tobias Schramm , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Vasily Khoruzhick , Emmanuel Vadot Subject: [PATCH v4 0/2] Add support for the pine64 Pinebook Pro Date: Wed, 4 Mar 2020 22:29:16 +0100 Message-Id: <20200304212918.689936-1-t.schramm@manjaro.org> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patchset adds an initial dts and compatible string for the rk3399 based Pinebook Pro 14" laptop. This is version 4 of the original patchset with more fixes proposed by Johan. Additionally the dt-bindings doc patch has been replaced by one from Emmanuel since that patch has already been reviewed by Rob. Contrary to the Rockchip BSP dts proposed mid January this dts has a power tree reflecting the actual schematic of the device and features full display, audio and WiFi/Bluetooth support. Changelog: v2: Incorporate review by Heiko v3: Add fixes suggested by Johan v4: More fixes by Johan, set data-role on typec connector, use compatible doc patch by Emmanuel Emmanuel Vadot (1): dt-bindings: Add doc for Pine64 Pinebook Pro Tobias Schramm (1): arm64: dts: rockchip: Add initial support for Pinebook Pro .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3399-pinebook-pro.dts | 1096 +++++++++++++++++ 3 files changed, 1102 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts