From patchwork Mon Dec 11 08:58:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 752921 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="KbrmN7tx" Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BFFCEB for ; Mon, 11 Dec 2023 00:58:36 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id 5b1f17b1804b1-40c256ffdbcso44355335e9.2 for ; Mon, 11 Dec 2023 00:58:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1702285115; x=1702889915; darn=vger.kernel.org; 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=SpisxyZzihYTPjv1pLEPT2hNSCW6cuMEDfk4Wh6CC1M=; b=KbrmN7txLD2ni/RCZeCED2KnhwXa9IWEWm8Ptj091i32+RWlwEUOpeIbuoZxvLUMrW tQkC27erMw66BOEpB01nXKn7EVWr6qs1RUeSn1TjqcXYnTUV5iGrHXPGPwiIz7E7kFYd unejKLbt3uPRl/cvR87WxJ983QCPjduIBnynO9VEIBdj6RdaRBIwnlNDz4xIOooxKHGp CWVKTmRnm0bRV32iGkjq9q0kNdsfwnlnJA4qDekSZ5kM01j6jJCIO/1a5zmHQUBktBEd TjG/dkmViv7kj3hOXRTZKjcRypz5Ne20dyS29dIxzREhAIrlopmeu0z+DXQ26UfkIHrL ZmGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702285115; x=1702889915; 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=SpisxyZzihYTPjv1pLEPT2hNSCW6cuMEDfk4Wh6CC1M=; b=nV5vrtwA+sLRFyZxVFJRH0kiWhot3U9lrmzCi4sEnXwcqhZhRFtaj5fnV7w1CKB+tC dMSWpjI7lB1iMQq3G55bd3vRIwwnsnAg8UQdOUbnbSpofk1vpatQU/vbE/XMWAe+xxG6 vHKpf2vbCgyMMVgRHsYK0M6UkBpU9x1isy1rEIPtTZnB81tdiNdWG/PuaJJQvWm8UAkH eHnH0JWkeu1034G0BgJPbt9fsRtWU2keU/wtKhWYWKqO/VWAW7rzCvRMmbz8xj9jtC5y 374Zr0OWC79jLKQoCzx3MyX8BmPnbfEi4HCgs3VWdrecf3vcgOsZlp2Lu1X3MLVVFyUd f5YA== X-Gm-Message-State: AOJu0YxEmGUkAfB2FQpFNATmlImZmlQf/V+kXbfc5fNR/o9IAequOmmo kMRVYh6VkMBl8swOS7w4JRLOqA== X-Google-Smtp-Source: AGHT+IGV2CHR6ZiBuBPqMgS2ZcQxIppt7M0SysKy6s7Vo9oy6kyPIHprH07uyYWbFvJ0nkZtxIK0UA== X-Received: by 2002:a05:600c:3ca5:b0:40c:4b3b:f2ac with SMTP id bg37-20020a05600c3ca500b0040c4b3bf2acmr187901wmb.127.1702285114830; Mon, 11 Dec 2023 00:58:34 -0800 (PST) Received: from krzk-bin.. ([178.197.218.27]) by smtp.gmail.com with ESMTPSA id fl9-20020a05600c0b8900b0040b43da0bbasm12315067wmb.30.2023.12.11.00.58.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Dec 2023 00:58:34 -0800 (PST) From: Krzysztof Kozlowski To: Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Bjorn Andersson , Konrad Dybcio , Bhupesh Sharma , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/3] ARM: dts: qcom: ipq4019: add dedicated SDHCI compatible Date: Mon, 11 Dec 2023 09:58:29 +0100 Message-Id: <20231211085830.25380-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231211085830.25380-1-krzysztof.kozlowski@linaro.org> References: <20231211085830.25380-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add dedicated compatible for the SDHCI MMC controller, because usage of generic qcom,sdhci-msm-v4 compatible alone is deprecated. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi index 114c92b4d8d4..e838f2c1678d 100644 --- a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi @@ -224,7 +224,7 @@ vqmmc: regulator@1948000 { }; sdhci: mmc@7824900 { - compatible = "qcom,sdhci-msm-v4"; + compatible = "qcom,ipq4019-sdhci", "qcom,sdhci-msm-v4"; reg = <0x7824900 0x11c>, <0x7824000 0x800>; reg-names = "hc", "core"; interrupts = , ;