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 2C9E0C4332F for ; Fri, 18 Nov 2022 08:33:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241252AbiKRIdG (ORCPT ); Fri, 18 Nov 2022 03:33:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241237AbiKRIce (ORCPT ); Fri, 18 Nov 2022 03:32:34 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6B9A5B97; Fri, 18 Nov 2022 00:32:29 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5E0D2807E; Fri, 18 Nov 2022 08:22:23 +0000 (UTC) Date: Fri, 18 Nov 2022 10:32:27 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Krzysztof Kozlowski , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap: trim addresses to 8 digits Message-ID: References: <20221115105053.95430-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221115105053.95430-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [221115 10:40]: > Hex numbers in addresses and sizes should be rather eight digits, not > nine. Drop leading zeros. No functional change (same DTB). Please apply along with your other clean-up: Reviewed-by: Tony Lindgren