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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 419F4C2D0ED for ; Fri, 27 Mar 2020 06:16:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1400F20717 for ; Fri, 27 Mar 2020 06:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585289797; bh=/QvgVmTlsfNWtvL9fQF33FXvRFIB4fGiCj6dcZCLCP8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=T82D3Xh+jVwAlYwL2Y8hQNvAps/im2H3bwoy7JHxvD3Nm0jrmATv5MQ3S/MGOCT0C VTuJSFEoyU8KF8UyXVKp4ByYAfOpirzGGTgbs7QKarRON/6IMV1uhWVUtH92kvXsWS EgEKIP91AU+09tnWLPYaNB4YIfTr00Aaym4zQpzg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbgC0GQg (ORCPT ); Fri, 27 Mar 2020 02:16:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:36066 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbgC0GQg (ORCPT ); Fri, 27 Mar 2020 02:16:36 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BE600206E6; Fri, 27 Mar 2020 06:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585289795; bh=/QvgVmTlsfNWtvL9fQF33FXvRFIB4fGiCj6dcZCLCP8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bM03m6O8poapcfDAlO5pyWmvJ6EKwEunB7NERD5weIn7FX0hxm8nw0Ig2dxAN+aeb PlPhY2ZUts5QvmEGdfRJg79pSwA/0cMzz6eHQzJ7mxaiikqXI43LBhR4bMvVvtRDnb e+05feBtWseTnfqKJ/hSWw5g4g10SrDhvmK0a51g= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200326171933.13394-1-festevam@gmail.com> References: <20200326171933.13394-1-festevam@gmail.com> Subject: Re: [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path From: Stephen Boyd Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, Fabio Estevam To: Fabio Estevam , shawnguo@kernel.org Date: Thu, 26 Mar 2020 23:16:34 -0700 Message-ID: <158528979495.125146.13778692957127012279@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Fabio Estevam (2020-03-26 10:19:32) > Currently the following warning is seen with 'make dt_binding_check': >=20 > Documentation/devicetree/bindings/clock/imx8mq-clock.yaml: $id: relative = path/filename doesn't match actual path or filename >=20 > Fix it by removing the "bindings" directory from the file path. >=20 > Signed-off-by: Fabio Estevam > --- Applied to clk-next