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 B8310C433EF for ; Thu, 21 Apr 2022 07:38:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385924AbiDUHlh (ORCPT ); Thu, 21 Apr 2022 03:41:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385996AbiDUHlC (ORCPT ); Thu, 21 Apr 2022 03:41:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 884581E3EB; Thu, 21 Apr 2022 00:37:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2459A61A7B; Thu, 21 Apr 2022 07:37:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C824CC385A5; Thu, 21 Apr 2022 07:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650526662; bh=b4j2Og9/SHRS5yriha4XC4sLIfkB0bYffFlnNixYDWw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZZ6HUp3wvTEaNG7Mw8epF95SxeJikxuAkdqStSkmLHepPkDsSFRLbQKroGifJWfnR VvNuaw5N4TpA9s0fPLMAQ29qEyJpItOibp8aYlZsrzzIuhSEm3zhDOzlHklGox2Yli a20fwHjqp1Kmdw9w6Jl9r2QBIObBhpU35K7Gvf5aH06Or223GhOwSzKKgRW2Aq8emx rNgM59shHOV6fuIAutcp/OsKZjOY5akFJIZ5kxO0UaIGiJC2aFTWYvA2FDg9NVtpYD VL/kLawYoGx+BbFG9RXh0ApvS9d1dJzU8gJThsF63WngBGBoH/iSkKMNisG1Wa+VTm KlSeWvl2NbQ1A== Message-ID: Date: Thu, 21 Apr 2022 09:37:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 2/2] arm: dts: Add device tree for bosch acc board Content-Language: en-US To: Philip Oberfichtner , devicetree@vger.kernel.org Cc: Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Winker Matthias References: <20220412101905.514310-1-pro@denx.de> <20220412101905.514310-3-pro@denx.de> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 21/04/2022 09:06, Philip Oberfichtner wrote: > > The "operating-points" and "fsl,soc-operating-points" properties are > defined in imx6q.dtsi. We are just overwriting them here. OK, thanks for explanation. (...) >> Please run `make dtbs_check` (see Docs for this) and fix the >> warnings. >> Please fix automated check warnings before using reviewers time. > > I built with W=1 and used checkpatch.pl. But I'm having trouble using > make dtbs_check. Seems like I get all warnings for all possible dts. Is > there a way to get warnings for a single dt only? I think no, it is not possible at the moment. I understand it's a pain and already someone proposed to have a ability to check only subset of DTS files. Workaround is to build imx defconfig, run dtbs_check, touch your files and run dtbs_check again looking for results. Best regards, Krzysztof