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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 53ECBC33CAF for ; Thu, 16 Jan 2020 22:56:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2792E2072B for ; Thu, 16 Jan 2020 22:56:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="YwoBobMw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2792E2072B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=freebsd.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ey6fZSIKSgQ+Ik7RCrmWaEh6bjELbgRgJBNx+w9fMbc=; b=YwoBobMw7Q1qvF XvCh5bosccaK/VyBdYMYzxgTY5KfyBIWhtz/fQAUK2VKGDDVPSHeo2+fVwfkh+zI6lou8CW6irK1P +RFa0ovVwKe0yYBmLMrDAgcEVrfdfHT1KhUjTrSfDUEpPhyWeqEg0QuZCjjX5GTbctFbMrpq4wj5z ZF7oJfBArJwSSjqqRYS9wNbWtmNZNsou+JrV1Rs78aA7G8Rv00XXoAHioV4FFnHCqqT2YNqrc/AFk SgiAwgj7NUZRcU4xmDpKW5o0+RYb9WNo1EI3cXkZ8TMN8s6maqghE9Z4ucLxFU97BQS+hRT4iXxzV PzVa/SsH5y/bBh6++dPw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1isE4A-0004me-6N; Thu, 16 Jan 2020 22:56:42 +0000 Received: from mx2.freebsd.org ([2610:1c1:1:606c::19:2]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1isE45-0004ZX-VK; Thu, 16 Jan 2020 22:56:39 +0000 Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx2.freebsd.org (Postfix) with ESMTPS id 4A9B28813E; Thu, 16 Jan 2020 22:56:34 +0000 (UTC) (envelope-from manu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zKLp0HJkz3Fx2; Thu, 16 Jan 2020 22:56:34 +0000 (UTC) (envelope-from manu@freebsd.org) Received: from localhost.localdomain (lfbn-idf2-1-1164-130.w90-92.abo.wanadoo.fr [90.92.223.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: manu) by smtp.freebsd.org (Postfix) with ESMTPSA id 2C9476056; Thu, 16 Jan 2020 22:56:32 +0000 (UTC) (envelope-from manu@freebsd.org) From: Emmanuel Vadot To: robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de, dianders@chromium.org, andy.yan@rock-chips.com, robin.murphy@arm.com, mka@chromium.org, jagan@amarulasolutions.com, nick@khadas.com, kever.yang@rock-chips.com, m.reichl@fivetechno.de, aballier@gentoo.org, pbrobinson@gmail.com, vicencb@gmail.com Subject: [PATCH 1/2] dt-bindings: Add doc for Pine64 Pinebook Pro Date: Thu, 16 Jan 2020 23:56:16 +0100 Message-Id: <20200116225617.6318-1-manu@freebsd.org> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200116_145638_078827_DD40FB1F X-CRM114-Status: GOOD ( 10.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emmanuel Vadot , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add a compatible for Pine64 Pinebook Pro Signed-off-by: Emmanuel Vadot --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index d9847b306b83..2f6b72b084a4 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -412,6 +412,11 @@ properties: - const: pine64,rockpro64 - const: rockchip,rk3399 + - description: Pine64 PinebookPro + items: + - const: pine64,pinebook-pro + - const: rockchip,rk3399 + - description: Radxa Rock items: - const: radxa,rock -- 2.24.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel