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 53316C4332F for ; Mon, 12 Dec 2022 19:07:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233045AbiLLTHG (ORCPT ); Mon, 12 Dec 2022 14:07:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232984AbiLLTG7 (ORCPT ); Mon, 12 Dec 2022 14:06:59 -0500 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08877CCA for ; Mon, 12 Dec 2022 11:06:57 -0800 (PST) Received: by mail-lf1-x12c.google.com with SMTP id q6so1025486lfm.10 for ; Mon, 12 Dec 2022 11:06:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:user-agent:from:references :in-reply-to:mime-version:from:to:cc:subject:date:message-id :reply-to; bh=8EM/05Cc3+yEloEjGjc5UQU/MPOq745ZmAMz85sM84s=; b=i73QzBibvFkOrU42DwPlwW/9RfBTKS/we4ftuamImKWH0BPAJUNUjYNZCxhsroyc2P Kki1pxCxYTTwrR0VBmdUA7r2TFcLIfK4fbeB5Lw5nCsEOhE+wLzzfWSjgf763ldSXYVC DbCiYro5ndhLg2Q84lJK0DzdNFJvfI7lDxDiM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:user-agent:from:references :in-reply-to:mime-version:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=8EM/05Cc3+yEloEjGjc5UQU/MPOq745ZmAMz85sM84s=; b=ng4SNLf3zNFu43mwq5B4stL11enWxdTn1Lj1Et/ytM6hptQRuuHDk2GY3nMnoI7ZCJ jr8a4nSL1yG3C22jVeigZ68pAny9z+eITziBHX/sdQ6OJFb1aneQpnm+zrs+4X8x0Htr NoaI1LsjqChCWXUAC8Svd4s9Ws3i9fbpWlmJIQO+gcguNAwtsQ87CLLMIhczAqGIrDIe sxWFYAxWp6iJYopRpxSqJzj60SygPhJF8y3u7a9DXcxuQftcVs5vGO12NCEFuo96ZOvj 1WDX/5Qbj1SDKQcURQb2IxRpe7u5LNtwvN49eSQcD9w9GutBS6FmGBUgEAZDMQc1fZW+ AxJg== X-Gm-Message-State: ANoB5pm3cRZHIUbQH8A/YpPz2irNX/i8oD6315y70YAM6lKKIX8CqunN ee3FDlqskyrGDrqtAvmGX04Dr2WvkT1H71JOKYr8Aw== X-Google-Smtp-Source: AA0mqf42l4naUQbzsYPRmgYlQvfVBNLOPdUAqWtkvdeQ364DbIhIiAzh2+KFqsR5q7jLgieCMkWlHl9uTOcK6U47P04= X-Received: by 2002:a05:6512:b98:b0:4b5:5f2d:1458 with SMTP id b24-20020a0565120b9800b004b55f2d1458mr7382572lfv.253.1670872015320; Mon, 12 Dec 2022 11:06:55 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Mon, 12 Dec 2022 14:06:54 -0500 MIME-Version: 1.0 In-Reply-To: <20221212133303.39610-2-krzysztof.kozlowski@linaro.org> References: <20221212133303.39610-1-krzysztof.kozlowski@linaro.org> <20221212133303.39610-2-krzysztof.kozlowski@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Mon, 12 Dec 2022 14:06:54 -0500 Message-ID: Subject: Re: [PATCH 2/4] arm64: dts: qcom: sc7280: correct SPMI bus address cells To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Krzysztof Kozlowski , Rajendra Nayak , Rob Herring , Satya Priya Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Krzysztof Kozlowski (2022-12-12 05:33:00) > The SPMI bus uses two address cells and zero size cells (secoond reg > entry - SPMI_USID - is not the size): > > spmi@c440000: #address-cells:0:0: 2 was expected > > Fixes: 14abf8dfe364 ("arm64: dts: qcom: sc7280: Add SPMI PMIC arbiter device for SC7280") > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Stephen Boyd