From patchwork Fri Feb 4 06:54:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 1588308 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4JqmWd6pwHz9s5B for ; Fri, 4 Feb 2022 17:55:25 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344360AbiBDGzW (ORCPT ); Fri, 4 Feb 2022 01:55:22 -0500 Received: from out29-4.mail.aliyun.com ([115.124.29.4]:52524 "EHLO out29-4.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233514AbiBDGzV (ORCPT ); Fri, 4 Feb 2022 01:55:21 -0500 X-Alimail-AntiSpam: AC=SUSPECT;BC=0.5941104|-1;BR=01201311R991b1;CH=blue;DM=|SUSPECT|false|;DS=CONTINUE|ham_regular_dialog|0.00890253-0.00333813-0.987759;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047190;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=5;RT=5;SR=0;TI=SMTPD_---.MlUck3k_1643957719; Received: from zhouyanjie-virtual-machine.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.MlUck3k_1643957719) by smtp.aliyun-inc.com(10.147.43.95); Fri, 04 Feb 2022 14:55:19 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: daniel.lezcano@linaro.org, tglx@linutronix.de, robh+dt@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v3 2/3] dt-bindings: timer: Add bindings for new Ingenic SoCs. Date: Fri, 4 Feb 2022 14:54:41 +0800 Message-Id: <1643957682-39450-3-git-send-email-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1643957682-39450-1-git-send-email-zhouyanjie@wanyeetech.com> References: <1643957682-39450-1-git-send-email-zhouyanjie@wanyeetech.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the OST bindings for the X1600 SoC, the X1830 SoC, the X2000 SoC and the X2500 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) Acked-by: Rob Herring --- Notes: v1->v2: Remove imcompatible change. v2->v3: Add Rob Herring's Acked-by. Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml index ea3f9c4..a3b1429 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml @@ -20,6 +20,12 @@ properties: compatible: enum: - ingenic,x1000-ost + - ingenic,x1600-ost + - ingenic,x1830-ost + - ingenic,x2000-ost64 + - ingenic,x2000-ost32 + - ingenic,x2500-ost64 + - ingenic,x2500-ost32 reg: maxItems: 1