From patchwork Mon Jan 2 09:46:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 638470 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 04954C3DA7A for ; Mon, 2 Jan 2023 09:48:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232440AbjABJrr (ORCPT ); Mon, 2 Jan 2023 04:47:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232535AbjABJrF (ORCPT ); Mon, 2 Jan 2023 04:47:05 -0500 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B7D15FF4 for ; Mon, 2 Jan 2023 01:47:00 -0800 (PST) Received: by mail-lf1-x131.google.com with SMTP id m6so30539867lfj.11 for ; Mon, 02 Jan 2023 01:47:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=AVRIy4Z7io8ef7qUE0WXQIjTtlQgH4sWiqBK1MsuhVo=; b=wADF0x+/+xa7wdcbseOS5QOrfKBMURDPE+uAnRgc7ecFxYSUtxNYwdtJACOUKNMHzg UiKQAKsnixs8vPCMYHSznMlrzseGbdEn2+o15mGjA0fCptBTXcsVwHubejNCVtVrvy9x XNreQ2adSZOpVX+/L7a+s6yiunfOzBRRUTkbFpIVjjlo8ybmTAuWLy7KD+baKyOF63Gs ZImfuOBYICb3Aamebc1MR1Qpx67kt9XksEU4Vm7g6ZPNHQl1sgGPN95V9LC7qtzi166j FxpSpqS+7XfWE3ROi1JP19y73TYW2wb7elrNn1abT+BoQAU1/lA/jvKN7yS/s7VUzA5L PWNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AVRIy4Z7io8ef7qUE0WXQIjTtlQgH4sWiqBK1MsuhVo=; b=NHBhOK0E+kWk9bp7YLFwp0Y1OiTWyul4mW+vEbh3H2/eNI1u74jtDffQWuRwRDLo9G U/lUGBBj3hw3T+8hzMv1nWYbvpMcLbXmu/InqhrZPaQXC5NxtMOk4G14SiUuPdmsGWa+ h0xCMPKCa7h53Qint0VPe4cyYR7NM9r1Rwqzv2VF6YxajEApLJNSQ/6Jedna5CjizN2G 5uN5XBK9g2Rb1JaXYxWnpJfMAyBU+m8wnwXbhyH3i3HUjuQozNdLVBUKqAFs9L8XJWnK pHcwLPrGVksaYfQB0i87MueTDQRaMj1bNtbdYifihF0P3F+h5nJy1yLkpR+Wd0d4iITh 91Vg== X-Gm-Message-State: AFqh2kqwEsOdy4R6wL8NpOgh2zmGxLGN7iToZ3e2n7beoohhus7RpLyL FXJdlo9MBBpA4Aw7KtJNxrUnIuXlMGFYwfQB X-Google-Smtp-Source: AMrXdXvEAsWw30mhLlqKnaKxCijkrYNpTW8jiZyCtOwzVhbtC2SNqjeo+tWFO+f5GheeY0IMcdUQOg== X-Received: by 2002:a05:6512:340d:b0:4b5:69f1:61b1 with SMTP id i13-20020a056512340d00b004b569f161b1mr11597173lfr.42.1672652819783; Mon, 02 Jan 2023 01:46:59 -0800 (PST) Received: from localhost.localdomain (abxi45.neoplus.adsl.tpnet.pl. [83.9.2.45]) by smtp.gmail.com with ESMTPSA id x11-20020a0565123f8b00b004b5adb59ed5sm4382143lfa.297.2023.01.02.01.46.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Jan 2023 01:46:59 -0800 (PST) From: Konrad Dybcio To: linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org, krzysztof.kozlowski@linaro.org Cc: marijn.suijten@somainline.org, Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 11/17] arm64: dts: qcom: sm8350: Pad addresses to 8 hex digits Date: Mon, 2 Jan 2023 10:46:36 +0100 Message-Id: <20230102094642.74254-12-konrad.dybcio@linaro.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230102094642.74254-1-konrad.dybcio@linaro.org> References: <20230102094642.74254-1-konrad.dybcio@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Some addresses were 7-hex-digits long, or less. Fix that. Signed-off-by: Konrad Dybcio --- v1 -> v2: No changes arch/arm64/boot/dts/qcom/sm8350.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 067613ca9c03..5f191ebbf724 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -1598,9 +1598,9 @@ ipa: ipa@1e40000 { iommus = <&apps_smmu 0x5c0 0x0>, <&apps_smmu 0x5c2 0x0>; - reg = <0 0x1e40000 0 0x8000>, - <0 0x1e50000 0 0x4b20>, - <0 0x1e04000 0 0x23000>; + reg = <0 0x01e40000 0 0x8000>, + <0 0x01e50000 0 0x4b20>, + <0 0x01e04000 0 0x23000>; reg-names = "ipa-reg", "ipa-shared", "gsi"; @@ -1731,11 +1731,11 @@ sram@c3f0000 { spmi_bus: spmi@c440000 { compatible = "qcom,spmi-pmic-arb"; - reg = <0x0 0xc440000 0x0 0x1100>, - <0x0 0xc600000 0x0 0x2000000>, - <0x0 0xe600000 0x0 0x100000>, - <0x0 0xe700000 0x0 0xa0000>, - <0x0 0xc40a000 0x0 0x26000>; + reg = <0x0 0x0c440000 0x0 0x1100>, + <0x0 0x0c600000 0x0 0x2000000>, + <0x0 0x0e600000 0x0 0x100000>, + <0x0 0x0e700000 0x0 0xa0000>, + <0x0 0x0c40a000 0x0 0x26000>; reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; interrupt-names = "periph_irq"; interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;