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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDE7EC433FE for ; Mon, 14 Feb 2022 12:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352631AbiBNMKc convert rfc822-to-8bit (ORCPT ); Mon, 14 Feb 2022 07:10:32 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:45004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352607AbiBNMKa (ORCPT ); Mon, 14 Feb 2022 07:10:30 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5393A488B3; Mon, 14 Feb 2022 04:10:23 -0800 (PST) Date: Mon, 14 Feb 2022 12:00:48 +0000 From: Paul Cercueil Subject: Re: [PATCH 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC To: Aidan MacDonald Cc: robh+dt@kernel.org, linux-mips@vger.kernel.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20220209231141.20184-1-aidanmacdonald.0x0@gmail.com> References: <20220209231141.20184-1-aidanmacdonald.0x0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, Le mer., févr. 9 2022 at 23:11:41 +0000, Aidan MacDonald a écrit : > The PWM hardware on the X1000 SoC is almost identical to other > Ingenic SoCs, so it can be used with only minor driver changes. > > Signed-off-by: Aidan MacDonald Acked-by: Paul Cercueil Cheers, -Paul > --- > Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml > b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml > index 7fb37eae9da7..d541cf2067bc 100644 > --- a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml > +++ b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml > @@ -152,6 +152,7 @@ patternProperties: > - enum: > - ingenic,jz4740-pwm > - ingenic,jz4725b-pwm > + - ingenic,x1000-pwm > - items: > - enum: > - ingenic,jz4760-pwm > -- > 2.34.1 >