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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 663BBC636CC for ; Mon, 13 Feb 2023 15:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=t8gO2WNh/ZCl/t2ZajCkuxEm69owTDoxTPGA7SxU79U=; b=UDcSC20hiGR3N6 1U9iZfjKQPxnSZizFwp4L4R4xxT4hJx/Q4mXrCYVtWwMNHnJIuYhe0sWWserrgsRuY8vBQzf2/J6k Ihk2+ay680EVJQYG0SiAOXh2i4HPljwdz5gGCXcC/sa6/fEDcqWRf2FasXIECPOm39Nnu0q8rYyRh Pll517HwgEFl7502Lk6oUBCa/Xd7gABg65jdEovMNGCThObAo4UPuMz2iuLuqslkIlYlMzuTGlR+c 0CzxxyYy4E/cajzs+tneUaiIaTPpSlXJ6ZB5YBF3GnUkaObCSzHc0ckKLGj5gm1pJjEz/cMgP2iy3 czcEhfjRSxShaGPuVpHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRakN-00FCJb-Fn; Mon, 13 Feb 2023 15:28:03 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRakJ-00FCGx-SR; Mon, 13 Feb 2023 15:28:01 +0000 Received: from cryzen.lan (cpc87451-finc19-2-0-cust61.4-2.cable.virginm.net [82.11.51.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: tanureal) by madras.collabora.co.uk (Postfix) with ESMTPSA id 636096602142; Mon, 13 Feb 2023 15:27:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1676302075; bh=5lrCTf6kSd29WBCzueCplh1nvsxxYZtH+v0sT1pv80Y=; h=From:To:Cc:Subject:Date:From; b=eWvcSBBVzsjxLYb8ItSb/FEw9EEIyGoB4mnreHIYP6E5mULPzFDgCLhFvv1X8FhRW gUZE2ogEeINAHFfqaeS5S+B1JTUaxwWmPO5hYmdLq8JirMIOM0suWOOgJrH2HfwWjY nwYYX5V9UUGU9IPAAnV5z24urOl/6lgjOQuOy0tsLiKupLIAFPOfD7AOYUFi2j5dgF f66eGDeqNUwfTUnTMMIwMbRaSJwLzLmIQAoMmvcIrWu3nvfumefJBccFZkMsxn55Kq UkRs+76uqI7UF5GFBfXbQUPywyqouXymChyVoG+sMf4pG9KeZNn1Nydu1N1wlXVjPs HDSSURPGXlREQ== From: Lucas Tanure To: Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Shawn Lin Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lucas Tanure , kernel@collabora.com Subject: [PATCH 1/2] dt-bindings: mmc: rockchip-dw-mshc: Add RK3588 compatible string Date: Mon, 13 Feb 2023 15:27:39 +0000 Message-Id: <20230213152740.359055-1-lucas.tanure@collabora.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230213_072800_122009_021ABC35 X-CRM114-Status: UNSURE ( 8.05 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add RK3588 compatible string for SD interface. Co-developed-by: Shawn Lin Signed-off-by: Shawn Lin Signed-off-by: Lucas Tanure --- Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml index 67d7223f74da..211cd0b0bc5f 100644 --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml @@ -39,6 +39,7 @@ properties: - rockchip,rk3368-dw-mshc - rockchip,rk3399-dw-mshc - rockchip,rk3568-dw-mshc + - rockchip,rk3588-dw-mshc - rockchip,rv1108-dw-mshc - rockchip,rv1126-dw-mshc - const: rockchip,rk3288-dw-mshc -- 2.39.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel