Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1402048ybl; Thu, 5 Dec 2019 00:27:31 -0800 (PST) X-Google-Smtp-Source: APXvYqwmALfFP5ezVy6TsBxusc36aGQ4GimzqUYDCnnZMLlfPYUFjl1nwlXwu+0PkhLvfFNIi5tv X-Received: by 2002:aca:5657:: with SMTP id k84mr6215805oib.113.1575534450936; Thu, 05 Dec 2019 00:27:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575534450; cv=none; d=google.com; s=arc-20160816; b=YB4mBGMTUI1dDTGq/EfVQmMbxlagL0rzVidV9SXF6jIdWr4PESR6NQ9b8S8AR1w+iH kXl4TqrnyRx9eftxwDy0r8799I5dG6qyL7qk+QEX4GAxHLjkM22stJsB6753SKOzSt1S SlQSUOglIvAens6wvQb2ZHxmTRxsp3X4J/ApXvaGJOsnUvhqFdIzAvXN7pdH9ujMrB+w G/VS3mW5/MhznBVq9/UgI0D0K6CMZZQ67s7HST7rXE1ZKbN8OipVEOaL2R/8PLyVyy/o 0/2xOtsPizipp7Ch5CsO/pNykQh23a0T4ME3ODEa8Ghob5+rYmQcpd0Wikqk+OMFRizX HSfA== 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 :references:in-reply-to:message-id:date:subject:cc:to:from :authenticated-by; bh=+dlcbDZ8t61nJZwK2uTFZ3XQVq+xnOw+rWVxhZC1gjk=; b=eaaxWu/i43HOlklk+qe4/ZJL6cBDt6x9XYTYrBGGXUoH0iPutjpbc9KIknjpJizwpf E0utHfCOGR1SrZ2erkYjvf/p4Zhc1TqeVsIX4JCyuEJl4R7o9T3qyXKHDOLaEXrFI477 1aOGC64UBVKtOoKOMQDrYSj6VHY7Tz53oxQ4xI9i6p4LloIlHzyul+6Qei/EQ2JEnftq 7oT5nY/bf2szm2ysToLMjf4QzI7Oj34ANJjk4n+vMD67Sh8qMH3T0ncy81B+dYB0eoSH rU89/yR54gm5c0JET/cs80R4sWSf0ApcS5N2xx/qdxP6Rsx4lShIDEseBhq/2+3yNDQX DSqw== 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 y14si1093038otk.237.2019.12.05.00.27.19; Thu, 05 Dec 2019 00:27:30 -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 S1728954AbfLEI0Z (ORCPT + 99 others); Thu, 5 Dec 2019 03:26:25 -0500 Received: from rtits2.realtek.com ([211.75.126.72]:56097 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726096AbfLEI0Y (ORCPT ); Thu, 5 Dec 2019 03:26:24 -0500 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID xB58Q2or024519, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (RTITCASV01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id xB58Q2or024519 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 5 Dec 2019 16:26:02 +0800 Received: from james-BS01.localdomain (172.21.190.33) by RTITCASV01.realtek.com.tw (172.21.6.18) with Microsoft SMTP Server id 14.3.468.0; Thu, 5 Dec 2019 16:26:02 +0800 From: James Tai To: =?UTF-8?q?Andreas=20F=C3=A4rber?= CC: , , , , , Subject: [PATCH 1/2] dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle EVB Date: Thu, 5 Dec 2019 16:25:54 +0800 Message-ID: <20191205082555.22633-2-james.tai@realtek.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191205082555.22633-1-james.tai@realtek.com> References: <20191205082555.22633-1-james.tai@realtek.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Define compatible strings for Realtek RTD1319 SoC and Realtek PymParticle EVB. Signed-off-by: James Tai --- Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 2444eff2c3d5..f018d683a544 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -39,4 +39,10 @@ properties: - enum: - realtek,mjolnir # Realtek Mjolnir EVB - const: realtek,rtd1619 + + # RTD1319 SoC based boards + - items: + - enum: + - realtek,pymparticle # Realtek PymParticle EVB + - const: realtek,rtd1319 ... -- 2.24.0