Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp12193696ybl; Sat, 28 Dec 2019 07:07:49 -0800 (PST) X-Google-Smtp-Source: APXvYqyCNHn9THZt/FDr0d1ageRU7z9gHLyHNW6etDP3smtBdcQQN/SnBdFMc9YZE2SCb6vJkmVa X-Received: by 2002:aca:b286:: with SMTP id b128mr4509264oif.147.1577545668986; Sat, 28 Dec 2019 07:07:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577545668; cv=none; d=google.com; s=arc-20160816; b=bO4sAqkfaahaJZZMES/qUrpXw4cgdht2dsyyWngm6sDJ52xJ2YOKmwLaeXI7VbeTYe 6t42pqNH2w18Z33dojB9QSgMYIE71gfiyo2vGF5Eu9gMfC4wxITTFAogJ/8XvMWJPAkY x5pXArSrU6heiqCLw/wX8FdC4xz2yfiXxRUX5QCQeHCfKQ52l6c2XhAELawawBQ0NOWT Ym7HWLP5BKEzEZo+8JYwbfeaVjVbfRbpOWhBQ2SxZpLErE8Ye/d1s/SRxeLSpKjtDyap GQTA3B1X4K3WvwyfNJHaHlKA8It1ee6jXFqw+w7iyfTSJYw2uIEtykYtcfJy74R31C2S Wyxg== 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=2tvi07y3rJVH4obqbg9imPhgkJyQIuFAbMV2qo3a5/U=; b=tsUtGEFEXfBsXsHJI+/y9ojUfrdgK017lz1F3rnAw3WdEUt9u285VpQISC0I//g7YY mVJOtULOF9snDJbcPo/Whqw9osQ+1lL7T8Ev4jZ5/oaajew9OdyobNCKx5usrvuQOXp3 xhvQR6MsVIs1ZZfB3dbDH4t1w5weJTwnY5IAsfvul5oWFaULqvWoLKanmYCalNhmIElB yDMGfujnVnQEz+p/OeCGyOOJrkvsWN3P373qUdgiO0e/PzjGqiAzpoe+FvyNYhDIV7/L 3xvCN1G7BiMvDHHfHHORyipBb8foTLuH22IKrweJLCGTBugvD4YXQyDXOC3yVODLl+2L 3X6g== 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 q131si8255240oig.203.2019.12.28.07.07.13; Sat, 28 Dec 2019 07:07: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 S1726329AbfL1PGR (ORCPT + 99 others); Sat, 28 Dec 2019 10:06:17 -0500 Received: from rtits2.realtek.com ([211.75.126.72]:42377 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbfL1PGR (ORCPT ); Sat, 28 Dec 2019 10:06:17 -0500 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID xBSF5xPd031649, 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 xBSF5xPd031649 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 28 Dec 2019 23:05:59 +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; Sat, 28 Dec 2019 23:05:59 +0800 From: James Tai To: CC: , Robin Murphy , Lorenzo Pieralisi , , , , Subject: [PATCH v2 1/2] dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle EVB Date: Sat, 28 Dec 2019 23:05:52 +0800 Message-ID: <20191228150553.6210-2-james.tai@realtek.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20191228150553.6210-1-james.tai@realtek.com> References: <20191228150553.6210-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 e11616883736..cc46d1e27ecc 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -43,6 +43,12 @@ properties: - synology,ds418 # Synology DiskStation DS418 - const: realtek,rtd1296 + # RTD1319 SoC based boards + - items: + - enum: + - realtek,pymparticle # Realtek PymParticle EVB + - const: realtek,rtd1319 + # RTD1395 SoC based boards - items: - enum: -- 2.24.1