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 0D231C433F5 for ; Thu, 21 Apr 2022 07:42:06 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eQx/BeqUmhJHNpxPfTuUsFzkgJsA92OGSMy1OIUL4oI=; b=aXOqmTS9a/XG6R mHHrcF2G10UtDZ/X1wGpZW0SLY4eX6OBxP7s3RlB5NBm1YwojioOcAB58D8h4K6Iym7ReBdR0wbuE wGoi5F/8AmFLImLL68lKfMGfis6s7pFPZaxsx5yOJWq5aD6j9X3GRpWTprAbRTFzNM1xglFEiT9QC xiSc6FI2nT4DYkfwF3sk1k1CjUPxTXBzVkg9gpfRcx70ms2o47sC1xNndsscSfs7vv+A/ON2XvD6h /i6UCYSN+gp2ytsa10//rIHSpDABagTqhRh887/MBytK7IpAfPMZrgpww0j/RYoh5HMBX5l35sfKU pad+NKZPjfs5JeARJd+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhRQm-00C6TP-FG; Thu, 21 Apr 2022 07:40:50 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhRNo-00C4Qq-Gv for linux-arm-kernel@lists.infradead.org; Thu, 21 Apr 2022 07:37:45 +0000 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 1CC0761AE0; 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: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220421_003744_642223_4F122E51 X-CRM114-Status: GOOD ( 14.32 ) 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel