From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6036AC3F2C6 for ; Sat, 29 Feb 2020 14:49:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33D4B2469C for ; Sat, 29 Feb 2020 14:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727120AbgB2OtX (ORCPT ); Sat, 29 Feb 2020 09:49:23 -0500 Received: from mail.manjaro.org ([176.9.38.148]:38886 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727068AbgB2OtX (ORCPT ); Sat, 29 Feb 2020 09:49:23 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id B65D33C40D8B; Sat, 29 Feb 2020 15:49:21 +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 8e_t4z3z750i; Sat, 29 Feb 2020 15:49:18 +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 Subject: [PATCH v3 0/2] Add support for the pine64 Pinebook Pro Date: Sat, 29 Feb 2020 15:48:15 +0100 Message-Id: <20200229144817.355678-1-t.schramm@manjaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 3 of the original patchset with additional fixes proposed by Johan. 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 Tobias Schramm (2): dt-bindings: Add doc for pine64 Pinebook Pro 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 | 1105 +++++++++++++++++ 3 files changed, 1111 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts -- 2.24.1