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 606A9C7618D for ; Mon, 20 Mar 2023 14:36:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231735AbjCTOgx (ORCPT ); Mon, 20 Mar 2023 10:36:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231604AbjCTOgt (ORCPT ); Mon, 20 Mar 2023 10:36:49 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89D03244AD; Mon, 20 Mar 2023 07:36:48 -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 ams.source.kernel.org (Postfix) with ESMTPS id 3184AB80E99; Mon, 20 Mar 2023 14:36:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0498C4339B; Mon, 20 Mar 2023 14:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679323005; bh=m6LM86bMDwt2Qv4Ord+ipumhxJZcyykeD1YSz/JgoZw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GqYd9ukk8FlyVyi+VkirOB0ZRnUva2Ql0RJtDcqEGGH+pNsUK6CSTaCqloEvSCRfB cfvH4A/wGQoWwCsPh5YJAr2dFGtC/99vubv2FGFtYCS4lF6eK/hFJ9B2DofH79dRrb Ne3Nf9tB+4m2Dn9MyZoS26H8X4wqQ5GSK9GW9DBVXACOwF8pjT7BtJUkeBtnuhD2UQ +UebFLNUpSvyZ/fDei1Z82P37q8BH/3Lf3jm6qyGzkGb+NkfbiVEWw2WhgzYEhp/k4 p3ctV4EtkB6Oym5zdPKCI/LpR4FQ2Zaj1RmGKm6cYWiwypajBtOnshoCgXNmG1uH0Y c3NRb27NxThcA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1peGeF-0000nB-5U; Mon, 20 Mar 2023 15:38:07 +0100 Date: Mon, 20 Mar 2023 15:38:07 +0100 From: Johan Hovold To: Krzysztof Kozlowski Cc: Johan Hovold , Bjorn Andersson , Lee Jones , Srinivas Kandagatla , Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] arm64: dts: qcom: sc8280xp-pmics: fix sdam 'reg' property Message-ID: References: <20230320135710.1989-1-johan+linaro@kernel.org> <20230320135710.1989-3-johan+linaro@kernel.org> <1a009919-a1c9-7a0c-9f93-bdcb8cf316bc@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a009919-a1c9-7a0c-9f93-bdcb8cf316bc@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 20, 2023 at 03:11:39PM +0100, Krzysztof Kozlowski wrote: > On 20/03/2023 14:57, Johan Hovold wrote: > > The SPMI PMIC register region width is fixed and should not be encoded > > in the devicetree. > > It also violates size-cells=0. That's the same thing. Johan