Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1037997ybf; Fri, 28 Feb 2020 12:38:48 -0800 (PST) X-Google-Smtp-Source: APXvYqzpYwvJm5o4pv6rd/RtNswtCpa5/2/vs5qL+u11qZZrtb6ws/1uw8IvfKewAib/QjMsZxOK X-Received: by 2002:a9d:61d6:: with SMTP id h22mr1740354otk.353.1582922328259; Fri, 28 Feb 2020 12:38:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582922328; cv=none; d=google.com; s=arc-20160816; b=TJH5xDEqDj4263qYoBIbUUsBMPcq59VI+59BLi/6Vbcu4rBdetjAlW4r7RUA87rqp2 A6I/l8+G59ktxHy3JfZatZEOtE3YSxuxBsh7Q51eBcvwHJbTsVzV+zsPtvaAPuE2m0wc tJJbHQMAVVN8xcUVLuKnc16EtIjlpnRMSSopKhXSspOwA+LdMfE2AtFXhKssENfGtuJL LK0WhaKI+Io/q+fFShGviA12mi98nb/4oIEP4RWb8w8bz45RtvsrR2epHPG8JWs+Qccw ENc/jcAaipVQj4Cpo36IsFoUz90aY/qFEgaAo4rnMNCSiI08smqVl70NbjK8/pcg+pX6 b0bA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Fi510LsMhSHLcfMB/LwuGaVdF3yLbOauycdCMHlBmIU=; b=I290Y8HMRNy29RBOD2eQ37FcPKKmQZjliUPAuwfAQfYcPRISv4/hg/UfIxJEnNSFgx QMGU5E5GiP0hSZ4lCY6gjFzzG6Hu7xTyxJd80VcrjhT21Wrere9fqwG5leHn+XHkg/3S HLJ+0jJmN34RB9qs3zEML4IbWJazou+5DO1Df38sLLqY983T+hNnYjyU1rb/a3WmnV2M h8FF+lH/WTcFMME+mbycQ/rC4SAJvRiMRrZEg4TF2gGAMCimcuDyOFG9Vu3oc5RRmT9v 88hFRo0PM+DvU9tlRiuqacqKRAvZq2pyYkDjkQaELo2yHL18igvIZISbOsLgCEXZrZZx 1nVA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f9si2417456oti.44.2020.02.28.12.38.35; Fri, 28 Feb 2020 12:38:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726400AbgB1Ui0 (ORCPT + 99 others); Fri, 28 Feb 2020 15:38:26 -0500 Received: from mail.manjaro.org ([176.9.38.148]:51452 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725769AbgB1Ui0 (ORCPT ); Fri, 28 Feb 2020 15:38:26 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id A08F03940E33; Fri, 28 Feb 2020 21:38:24 +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 IrFEHevsx-iM; Fri, 28 Feb 2020 21:38:21 +0100 (CET) From: Tobias Schramm To: Rob Herring , Mark Rutland , Heiko Stuebner , Andy Yan 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 v2 0/2] Add support for the pine64 Pinebook Pro Date: Fri, 28 Feb 2020 21:38:04 +0100 Message-Id: <20200228203806.346299-1-t.schramm@manjaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds an initial dts and compatible string for the rk3399 based Pinebook Pro 14" laptop. This is version 2 of the original patchset with fixes proposed by Heiko. 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 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 | 1119 +++++++++++++++++ 3 files changed, 1125 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts -- 2.24.1