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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 08554C433F5 for ; Mon, 29 Nov 2021 21:19:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=70KJ5y2l2F6Y2muSGGoESVqRY6nvGsdwGFFMsfAY2yM=; b=IG8UgNTsLKdBFR fXNU9ORulHOznvwS0iUZaGkRYuWSug5VAqShrqMB8GfdelcU0I1AdWDS1Zrki6VNFelCCL2VsCj2E AtlmdZfrj4m6i6xacX/3gGh7WrccvrMhNj/ytRog054Fr8DqBqhTvVfbO3RlYXr2bNPeEsIW8D7ZT GzBXtt07U4zeOQH3axOrb842wPgMfmFrzjBimdt29ASLKJE0sxPvmk+85X4A/Gqy0R/KAry/8kBRG OLRs6R4/l/8OtlVxcFORRZg8UZvUu3Qo3iqPX2C64+Iqf6Okir7NJtM8lpj03ArjZY22/HDd8Ol0m 1CSRzedyJiPCvGUIry0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mro24-002fve-Pc; Mon, 29 Nov 2021 21:17:53 +0000 Received: from mail-oi1-f175.google.com ([209.85.167.175]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrnbO-002VaH-6s for linux-arm-kernel@lists.infradead.org; Mon, 29 Nov 2021 20:50:19 +0000 Received: by mail-oi1-f175.google.com with SMTP id bf8so36984361oib.6 for ; Mon, 29 Nov 2021 12:50:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=H8Ml/qdAw6XX+Qut9YZhFk5u50M4XTPP9TNxL434DSc=; b=VdGnR4bwn8ytuR4QFiUaBXl8DoOGj9MtcquLaVHIQSIGEgfipgpDMlDq2YcbYhiBPE Spj5MX/Fn6G34M96Vr7bmFV3J9/lOmKZ8SKnKOWeKb9zFhZca1uAJiQ0GEPPT6DeBal3 yZDIcGGG1Ej62rB/3DmwgslkCevFIZOvDtNdXfbfZsd/lluqSQJ00Tnl2FpfkbzDV3g5 edvHVx49IRx5F9Sjk3HiqUbLxHZBmwqTvu3b3sFND47Mm4sW4FwURg2s30eb4PHKRGdD OyhJD44xM4lhVrRIMqAeFSHhBr8e3AZbwa8L4T8RInWVw7LqJrhwrHy9+4ygmXqORJ93 OvWQ== X-Gm-Message-State: AOAM533LGhKIaBOcrp9yXtK7TMuQADTL3CsDMqHPUnDVEoW/F71qru53 p3QiwoGRW/6xRjU9ve1Plw== X-Google-Smtp-Source: ABdhPJyVRwDlx3/XPGjTucTzmfzGI6GjKE2y9Phyi6eo8RnpQN7YPP3UkWAGTwtNJqLxfs05IoKGEQ== X-Received: by 2002:a05:6808:178d:: with SMTP id bg13mr359419oib.171.1638219016703; Mon, 29 Nov 2021 12:50:16 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q2sm2866049otg.64.2021.11.29.12.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 12:50:16 -0800 (PST) Received: (nullmailer pid 585859 invoked by uid 1000); Mon, 29 Nov 2021 20:50:15 -0000 Date: Mon, 29 Nov 2021 14:50:15 -0600 From: Rob Herring To: Li Yang Cc: Shawn Guo , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 01/11] dt-bindings: qoriq-clock: add missing compatible for lx2160a Message-ID: References: <20211110222200.6780-1-leoyang.li@nxp.com> <20211110222200.6780-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211110222200.6780-2-leoyang.li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211129_125018_292174_6C3D1E12 X-CRM114-Status: GOOD ( 11.85 ) 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 Wed, Nov 10, 2021 at 04:21:50PM -0600, Li Yang wrote: > The compatbile string is already in use, fix the binding to include it. typo > > Signed-off-by: Li Yang > --- > Documentation/devicetree/bindings/clock/qoriq-clock.txt | 1 + > 1 file changed, 1 insertion(+) With that fixed, Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 9E397C433EF for ; Mon, 29 Nov 2021 20:52:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231977AbhK2Uzf (ORCPT ); Mon, 29 Nov 2021 15:55:35 -0500 Received: from mail-oi1-f175.google.com ([209.85.167.175]:38690 "EHLO mail-oi1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232320AbhK2Uxf (ORCPT ); Mon, 29 Nov 2021 15:53:35 -0500 Received: by mail-oi1-f175.google.com with SMTP id r26so36935220oiw.5; Mon, 29 Nov 2021 12:50:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=H8Ml/qdAw6XX+Qut9YZhFk5u50M4XTPP9TNxL434DSc=; b=LTLZZXipYv8QERVxM3H4Kvi9ZLwy4F5wtNvjPVjAKYa0whpTY/8sepN8QMX/ro50pQ /HboXtN0+eQyF0C6N4TzOJ2VMnr8rQ7M6a4o2Y73IqSKToaYLoiIghVGut0yzhO0Peya IY75xbJxTZpEir+ZmDvpw7F7JCe4bvpAAcffcBopprStpae8HncTYcNNEk2VWn+uUlz6 gjQED0uujL7xYe+8dT6I+kogdLlLOAarVesoTwEQG/z89fs7krNgZ0bFUQBbWT4CITmt SWfxCGvduiTv5N73mSbsAZplSAn8fiIZad52QI8uqY4t68PGIYdBxFC31jPIIzTsTKgk mVhA== X-Gm-Message-State: AOAM533LMp9mKkbDiei+geAcdhhBbHKsnMlC0IWd0pybYjrdJe0pFSAl E0ICXAE3xxEb3cal6oKFEA== X-Google-Smtp-Source: ABdhPJyVRwDlx3/XPGjTucTzmfzGI6GjKE2y9Phyi6eo8RnpQN7YPP3UkWAGTwtNJqLxfs05IoKGEQ== X-Received: by 2002:a05:6808:178d:: with SMTP id bg13mr359419oib.171.1638219016703; Mon, 29 Nov 2021 12:50:16 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q2sm2866049otg.64.2021.11.29.12.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 12:50:16 -0800 (PST) Received: (nullmailer pid 585859 invoked by uid 1000); Mon, 29 Nov 2021 20:50:15 -0000 Date: Mon, 29 Nov 2021 14:50:15 -0600 From: Rob Herring To: Li Yang Cc: Shawn Guo , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 01/11] dt-bindings: qoriq-clock: add missing compatible for lx2160a Message-ID: References: <20211110222200.6780-1-leoyang.li@nxp.com> <20211110222200.6780-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211110222200.6780-2-leoyang.li@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Nov 10, 2021 at 04:21:50PM -0600, Li Yang wrote: > The compatbile string is already in use, fix the binding to include it. typo > > Signed-off-by: Li Yang > --- > Documentation/devicetree/bindings/clock/qoriq-clock.txt | 1 + > 1 file changed, 1 insertion(+) With that fixed, Acked-by: Rob Herring