From patchwork Mon Apr 11 14:33:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 1615759 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 4KcWZ01vk6z9sFN for ; Tue, 12 Apr 2022 00:33:44 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347285AbiDKOfz (ORCPT ); Mon, 11 Apr 2022 10:35:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239669AbiDKOfy (ORCPT ); Mon, 11 Apr 2022 10:35:54 -0400 Received: from out28-147.mail.aliyun.com (out28-147.mail.aliyun.com [115.124.28.147]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16F0B3B295; Mon, 11 Apr 2022 07:33:38 -0700 (PDT) X-Alimail-AntiSpam: AC=CONTINUE;BC=0.2336431|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_regular_dialog|0.0086486-0.00135179-0.99;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047208;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=12;RT=12;SR=0;TI=SMTPD_---.NOa6api_1649687614; Received: from zhouyanjie-virtual-machine.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.NOa6api_1649687614) by smtp.aliyun-inc.com(33.40.31.76); Mon, 11 Apr 2022 22:33:35 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: daniel.lezcano@linaro.org, tglx@linutronix.de, robh+dt@kernel.org, krzk+dt@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com, reimu@sudomaker.com Subject: [PATCH v4 1/3] dt-bindings: timer: Remove unreasonable binding. Date: Mon, 11 Apr 2022 22:33:15 +0800 Message-Id: <1649687597-74219-2-git-send-email-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1649687597-74219-1-git-send-email-zhouyanjie@wanyeetech.com> References: <1649687597-74219-1-git-send-email-zhouyanjie@wanyeetech.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On the hardware of X2000 SoC, the OST has been split into two parts, two 32bit timers for clockevent and one 64bit timer for clocksource (with different addresses), so it not appropriate to use only one "ingenic,x2000-ost", just remove it, "ingenic,x2000-ost32" and "ingenic,x2000-ost64" will be introduced in a later commit. Signed-off-by: 周琰杰 (Zhou Yanjie) Acked-by: Rob Herring --- Notes: v2: New patch. v2->v3: Add Rob Herring's Acked-by. v3->v4: No change. Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml index 98648bf..ea3f9c4 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml @@ -20,7 +20,6 @@ properties: compatible: enum: - ingenic,x1000-ost - - ingenic,x2000-ost reg: maxItems: 1 From patchwork Mon Apr 11 14:33:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 1615758 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 4KcWYz6Nxxz9sDX for ; Tue, 12 Apr 2022 00:33:43 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347276AbiDKOfy (ORCPT ); Mon, 11 Apr 2022 10:35:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347179AbiDKOfy (ORCPT ); Mon, 11 Apr 2022 10:35:54 -0400 Received: from out29-218.mail.aliyun.com (out29-218.mail.aliyun.com [115.124.29.218]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E82E3B29C; Mon, 11 Apr 2022 07:33:39 -0700 (PDT) X-Alimail-AntiSpam: AC=SUSPECT;BC=0.6434791|-1;BR=01201311R211b1;CH=blue;DM=|SUSPECT|false|;DS=CONTINUE|ham_system_inform|0.0081445-0.00450557-0.98735;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047190;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=12;RT=12;SR=0;TI=SMTPD_---.NOa6ar0_1649687615; Received: from zhouyanjie-virtual-machine.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.NOa6ar0_1649687615) by smtp.aliyun-inc.com(33.40.31.76); Mon, 11 Apr 2022 22:33:36 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: daniel.lezcano@linaro.org, tglx@linutronix.de, robh+dt@kernel.org, krzk+dt@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com, reimu@sudomaker.com Subject: [PATCH v4 2/3] dt-bindings: timer: Add bindings for new Ingenic SoCs. Date: Mon, 11 Apr 2022 22:33:16 +0800 Message-Id: <1649687597-74219-3-git-send-email-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1649687597-74219-1-git-send-email-zhouyanjie@wanyeetech.com> References: <1649687597-74219-1-git-send-email-zhouyanjie@wanyeetech.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the OST bindings for the X1600 SoC, the X1700 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. v3->v4: Add bindings for the X1700 SoC. Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml index ea3f9c4..1a59ba7 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml @@ -20,6 +20,13 @@ properties: compatible: enum: - ingenic,x1000-ost + - ingenic,x1600-ost + - ingenic,x1700-ost + - ingenic,x1830-ost + - ingenic,x2000-ost64 + - ingenic,x2000-ost32 + - ingenic,x2500-ost64 + - ingenic,x2500-ost32 reg: maxItems: 1