Authentication-Results: mail-b.sr.ht; dkim=pass header.d=z3ntu.xyz header.i=@z3ntu.xyz Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by mail-b.sr.ht (Postfix) with ESMTPS id F3C9711EEC2 for <~postmarketos/upstreaming@lists.sr.ht>; Sat, 11 Sep 2021 23:28:05 +0000 (UTC) Received: from localhost.localdomain (ip-213-127-63-121.ip.prioritytelecom.net [213.127.63.121]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id CDEF7CB0EB; Sat, 11 Sep 2021 23:28:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1631402884; bh=wNer6jHcAlMTCQrEt+Z/Z80KUeA53kL3zGKiA7X4cjA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=pFfaSY3uToNFIG352a3JWSqfZah0umgnY/lvwgqEg5N0OM6JbVKN+VAY54ZiQYnrC yAiXLbLT8WKkdAc2klIH+a6N0U4fGpuXbhzhahn7hKpuILgYthjVXNqPqjawJfiVRq 0IspktjKNufnQU3CCXBbPw2rA2MX6iBXkEP8z4ZM= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, bartosz.dudziak@snejp.pl, Luca Weiss , Ulf Hansson , Rob Herring , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/8] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8226 Date: Sun, 12 Sep 2021 01:26:56 +0200 Message-Id: <20210911232707.259615-3-luca@z3ntu.xyz> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210911232707.259615-1-luca@z3ntu.xyz> References: <20210911232707.259615-1-luca@z3ntu.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add msm8226 SoC specific compatible strings for qcom-sdhci controller. Signed-off-by: Luca Weiss --- Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt index 365c3fc122ea..50841e2843fc 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt @@ -13,6 +13,7 @@ Required properties: string is added to support this change - "qcom,sdhci-msm-v5". full compatible strings with SoC and version: "qcom,apq8084-sdhci", "qcom,sdhci-msm-v4" + "qcom,msm8226-sdhci", "qcom,sdhci-msm-v4" "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4" "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4" "qcom,msm8992-sdhci", "qcom,sdhci-msm-v4" -- 2.33.0