From patchwork Mon Feb 13 21:29:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 653250 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 5E51BC6379F for ; Mon, 13 Feb 2023 21:29:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230357AbjBMV3i (ORCPT ); Mon, 13 Feb 2023 16:29:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230343AbjBMV3h (ORCPT ); Mon, 13 Feb 2023 16:29:37 -0500 Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7309B21963 for ; Mon, 13 Feb 2023 13:29:34 -0800 (PST) Received: by mail-ej1-x629.google.com with SMTP id n10so8284425ejc.4 for ; Mon, 13 Feb 2023 13:29:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pjFd6eQHGjjXlgB6ck7U8JqdjsspIM0KobnohlKdjVc=; b=OeLT+m1p9SztNidp6k9lL2bSH8EzM9THBHI78j8SDN5zIAckTW7y5PJRqOoktAsiTa D2/1dV300OW/pG/PidYtWMuoG99ZP7c/vYFjJD15yf81DZWzDG7Uh9O0eDUBho/lbSVd yECccjrxcRQDkyLrOr5RaTUU+g651eAKymc0NoUk9una5yaXLs7RcUmS9Ug8CC6x/2Qa 4K6f3Fw7MapsMZafAJjTNRNtjb6eiqsCrPeJYED2bc3+/QisROmhr22sApObkNNuxkha TtCtiFamaIO0Gde1phwcsdikVO3CiEzwT9Ef0bPmtcT4UYRuF9UAkv7vpZx0wih5DbtV H3bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pjFd6eQHGjjXlgB6ck7U8JqdjsspIM0KobnohlKdjVc=; b=gEFOKxoBwy3kdH5hTKhOfoZHpGU7+5GusGE+u4NQMFSd6AwXGVO3upaiBLMk8u7Vhl /39e6hZs+z+66AoQ8jroHtKszGZX89iY5CAjSvW/Tw/wWPLI1bQWrzTyXecS+2PxC2/V 4YnZmjkRZFJW8/kdx09bbVrA2WeY6iQnYfHlL9D9kFKwoGipISKSedX75nw67hywMXPQ JUkdEG65Xa/nQwTk7whw+TLTUUw9c0o78Z/uAiLQ7y4eV36gshJtnJqFQAzqIO/on+TR +ucIhsd3hCan/Lk/Bxeh+IfddDwhvJM/9W1zLhoUE2zXLjwPRk1O4nxphsY6tKd6zqFq lYTA== X-Gm-Message-State: AO0yUKWnTLBC2ZWFOoEPg4d/o51QqkAyE+cxwgSUYKzhMlU9jVnOoCtE /veLPOg5ixVZJ7u9BN8Mw0N5OCKvrIxMp4qe X-Google-Smtp-Source: AK7set+icLqNrnDmLD3M5E5tWB/6wEHU+fexYbodEstBYLc2hkKeFHcn/dIQ7yzHG26g1MwlCxvPCQ== X-Received: by 2002:a17:906:4e91:b0:8ae:d3c9:1db7 with SMTP id v17-20020a1709064e9100b008aed3c91db7mr338746eju.73.1676323772878; Mon, 13 Feb 2023 13:29:32 -0800 (PST) Received: from localhost.localdomain (abxh117.neoplus.adsl.tpnet.pl. [83.9.1.117]) by smtp.gmail.com with ESMTPSA id i16-20020a170906699000b00883410a786csm7293225ejr.207.2023.02.13.13.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 13:29:32 -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 , Satya Priya , Matthias Kaehlcke , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: qcom: pmk8350: Use the correct PON compatible Date: Mon, 13 Feb 2023 22:29:30 +0100 Message-Id: <20230213212930.2115182-1-konrad.dybcio@linaro.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org A special compatible was introduced for PMK8350 both in the driver and the bindings to facilitate for 2 base registers (PBS & HLOS). Use it. Fixes: b2de43136058 ("arm64: dts: qcom: pmk8350: Add peripherals for pmk8350") Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/pmk8350.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/pmk8350.dtsi b/arch/arm64/boot/dts/qcom/pmk8350.dtsi index 32f5e6af8c11..f26fb7d32faf 100644 --- a/arch/arm64/boot/dts/qcom/pmk8350.dtsi +++ b/arch/arm64/boot/dts/qcom/pmk8350.dtsi @@ -21,7 +21,7 @@ pmk8350: pmic@PMK8350_SID { #size-cells = <0>; pmk8350_pon: pon@1300 { - compatible = "qcom,pm8998-pon"; + compatible = "qcom,pmk8350-pon"; reg = <0x1300>, <0x800>; reg-names = "hlos", "pbs";