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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF567C433B4 for ; Mon, 3 May 2021 16:50:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B88E361165 for ; Mon, 3 May 2021 16:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232504AbhECQvA (ORCPT ); Mon, 3 May 2021 12:51:00 -0400 Received: from mail-oi1-f181.google.com ([209.85.167.181]:45705 "EHLO mail-oi1-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233342AbhECQrr (ORCPT ); Mon, 3 May 2021 12:47:47 -0400 Received: by mail-oi1-f181.google.com with SMTP id n184so5967417oia.12; Mon, 03 May 2021 09:46:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Oa/st9F1XP28j94dX0qihiVLsde8Rf9/JSN308vzmVU=; b=PmWkDZw3021Vo5u5uEACN5924U8fo7T7pxfmqFYu586ujb+KDpX0qdlSOhrbdp4Nv9 urLqk7YQqsAqJHkmlGzmYtVbOOnfoiDV79IGGi4mkWwK4jb1cB+GSPBl2lyXGAVbwemM 2artgnWhmJ4nf+rpvWOp5TS5J8Kls8/QU4oZPZm8VfTTDFJDMSK7OlDTguxqJfhTSRDd JxBCUlrqrIsxB21xU8zh3C2DO1WEYaavYdnXmm5FtIubVTVhQXosqGwdMqO0GfI2/VBA re2AhSF8Oe87+mrAYCsTXXWqdXRVBJ/78A3umzlF8BAgNSWgf53cAaegfOtpfaTBwkV5 GoEg== X-Gm-Message-State: AOAM53262syApEbv0Yw7RrWfJEKAz6dX12s2Ty5TP5LPIShIBtf6J0uL qMmv4YJ6rN/s6uc3kFQiXcYQhXKB6g== X-Google-Smtp-Source: ABdhPJx/tnhQ6vjn0DMxTGdwocCI3DWXlq2L4NQ3u/Pul1LIighzqliVGW/oOL5Q/ygSfKhXPNw3gw== X-Received: by 2002:aca:484e:: with SMTP id v75mr8582859oia.149.1620060413854; Mon, 03 May 2021 09:46:53 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 16sm74840otu.79.2021.05.03.09.46.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 May 2021 09:46:53 -0700 (PDT) Received: (nullmailer pid 1986883 invoked by uid 1000); Mon, 03 May 2021 16:46:52 -0000 Date: Mon, 3 May 2021 11:46:52 -0500 From: Rob Herring To: Dong Aisheng Cc: devicetree@vger.kernel.org, abel.vesa@nxp.com, sboyd@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, shawnguo@kernel.org, linux-imx@nxp.com, dongas86@gmail.com Subject: Re: [PATCH 1/6] dt-bindings: arm: imx: scu: fix naming typo of clk compatible string Message-ID: <20210503164652.GA1986853@robh.at.kernel.org> References: <20210423033334.3317992-1-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210423033334.3317992-1-aisheng.dong@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 23 Apr 2021 11:33:29 +0800, Dong Aisheng wrote: > There is a typo in binding doc that the name of compatible string of > scu clock should be "fsl,xxx-clk" rather than "fsl,xxx-clock". > In reality, both example and dts using "fsl,xxx-clk", so fixing the doc > is enough. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Dong Aisheng > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58498C43460 for ; Mon, 3 May 2021 16:48:38 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0965B6121D for ; Mon, 3 May 2021 16:48:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0965B6121D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=BhkUE1Zu2qiWW6WU8dbxx0d6DLKn0a8/eecVfmNj7wk=; b=ZUsw5tAgyl/GURHQRm/lAFB4w ZEHPe3dXssR0HvV2j/Uws6R+LV0fhUzcr18BlykXuGfsnzPdTNjzaVa79/R8/Fu+ZLDRZ50eRhGXD PSLQSLrGAcc8wPqBwhgK8Oe9kB8J4ZFa8RtZ214CYCSwephbDEpnFyZVoNb2UyY8rzdUvHsZ/MenC d1ZDIBgsdZABDOPq67uVEpg2MGkIQWaXJWcrx9Jqp1jzJoKpbBjf3d97RViXVGqWNu0m0ueeeU69H utjIcuPFRZewSZAFcTiKNZEOLF2XEsPltRsViaCeBRLewbDVKh6IumO4bIvBu/iuSsylAx+9gGu/d WuAxOIx9w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ldbin-00ERHr-TG; Mon, 03 May 2021 16:47:02 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ldbij-00ERHL-Eo for linux-arm-kernel@desiato.infradead.org; Mon, 03 May 2021 16:46:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Oa/st9F1XP28j94dX0qihiVLsde8Rf9/JSN308vzmVU=; b=QjXSDgEUMUdriHZeDqM+kFoGjr WF/TrncZ99WIl77FSRBaP4O049bpQyduqq9XbnPzywsBi4ruSG4jnAyQ4ROka6jBirwD0xWOuGi2V qX+Dtq4OfihRiHLkt5QR8KfyF/AJkyg/iXwoNvsfsz/9s1v7BVNTMXqLk6t4P9cDyYQ1vYYFNNSic P07nnw3pKyX4AujrdOVBT0jAhzr5QfUHX3UuontgW48LZn4p//mWPdFuDuY3PSaPzjseQ4HEuIrVt 8rEQult2ltVDIT6/T1tW0seo3oKAr4OsCP/21PnY42dphhh5mx9BqwzlsKGXJQiSrfJY1kk3QBGO+ Y/N09SJQ==; Received: from mail-oi1-f169.google.com ([209.85.167.169]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ldbih-003IHa-1m for linux-arm-kernel@lists.infradead.org; Mon, 03 May 2021 16:46:56 +0000 Received: by mail-oi1-f169.google.com with SMTP id l6so6014461oii.1 for ; Mon, 03 May 2021 09:46:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Oa/st9F1XP28j94dX0qihiVLsde8Rf9/JSN308vzmVU=; b=K/GL/x0OEDytEabaXfm7NvV6m+XBJyRLARNhmVqnMbAcHg+vne1ImbJcLPLcQfcdaa 3GAWto+BxE6uIguB3IgnsWZaFgevdm3bTfbhHZ6x/FznrIAg/kcvqN7LpokjLukY5TZE h3I5wtnftBm/uuKyEpwN2NDbH1Tjltxj4wRoKs8LiyeQ94LlW9HsBqkJvWSLsfy02haj 3PS0cFxQz/OQcK79jrdjYy0kRoN0gjay9D4QkbRWPGpQSirdQFhKvHirde0O58Ynjj9E QATINWwB92Jm/YgjOpWdx9kW9x838jzvp3Ax4esBS7Qceh2tzk9wUJgRKO/pt8yUNiG2 gaAQ== X-Gm-Message-State: AOAM531SzlcozcHCANmHtz1RpC8LvALUh/a090OoDzeQY1VBb4I5kPVy rLwiO2OF8Hx4Dtv+Y9TBjw== X-Google-Smtp-Source: ABdhPJx/tnhQ6vjn0DMxTGdwocCI3DWXlq2L4NQ3u/Pul1LIighzqliVGW/oOL5Q/ygSfKhXPNw3gw== X-Received: by 2002:aca:484e:: with SMTP id v75mr8582859oia.149.1620060413854; Mon, 03 May 2021 09:46:53 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 16sm74840otu.79.2021.05.03.09.46.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 May 2021 09:46:53 -0700 (PDT) Received: (nullmailer pid 1986883 invoked by uid 1000); Mon, 03 May 2021 16:46:52 -0000 Date: Mon, 3 May 2021 11:46:52 -0500 From: Rob Herring To: Dong Aisheng Cc: devicetree@vger.kernel.org, abel.vesa@nxp.com, sboyd@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, shawnguo@kernel.org, linux-imx@nxp.com, dongas86@gmail.com Subject: Re: [PATCH 1/6] dt-bindings: arm: imx: scu: fix naming typo of clk compatible string Message-ID: <20210503164652.GA1986853@robh.at.kernel.org> References: <20210423033334.3317992-1-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210423033334.3317992-1-aisheng.dong@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210503_094655_113238_A5DB9EB4 X-CRM114-Status: GOOD ( 12.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 23 Apr 2021 11:33:29 +0800, Dong Aisheng wrote: > There is a typo in binding doc that the name of compatible string of > scu clock should be "fsl,xxx-clk" rather than "fsl,xxx-clock". > In reality, both example and dts using "fsl,xxx-clk", so fixing the doc > is enough. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Dong Aisheng > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel