From patchwork Tue Jan 10 15:52:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christopher Obbard X-Patchwork-Id: 641054 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 4BEFFC54EBE for ; Tue, 10 Jan 2023 15:53:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238802AbjAJPxT (ORCPT ); Tue, 10 Jan 2023 10:53:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238714AbjAJPxA (ORCPT ); Tue, 10 Jan 2023 10:53:00 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D0A01CFC1; Tue, 10 Jan 2023 07:53:00 -0800 (PST) Received: from obbardc-t14.home (unknown [IPv6:2a00:23c7:6883:e501:329c:8425:8e97:eae9]) (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: obbardc) by madras.collabora.co.uk (Postfix) with ESMTPSA id 833A46602D7A; Tue, 10 Jan 2023 15:52:58 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1673365978; bh=QDuyf38Oqke8IgF/faokU9uSTYIflOgXhdQ7mVSUydw=; h=From:To:Cc:Subject:Date:From; b=jd//KDqx+xqNJ8IetiktzpJ/OoDun7GC3IxLwV5kThxQH/tWTIg3PUSS/Fp3Z+36r jvahuYcAXNwIdWFe7IVC1rkTg0qrvuScXGiBnlYY4PYINTz5jk5x46jcRyHPdYStIg 6KEE6hxoOkfGqWZxSxnGDAQU/KHSIoWY6xG7gnnt4sCoku1vBl+szjrIgL620Zxu3z JmA75wABhlq0A02akWLUtMCXT1nt8xRrDsfVLGW0Xnr+Tg3TTlebPrF2UgtqB9M0O+ a+QWx5PW442zAcT+ceXROl1pX/UgZZOSnOtVs77KdjdJ7UthmkhWPdB3GKZ7WE7MV/ LpNPr0/hDy0eQ== From: Christopher Obbard To: Heiko Stuebner , linux-rockchip@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Michael Riesch , Sebastian Reichel , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Christopher Obbard Subject: [PATCH v1 0/3] Update eMMC alias for Radxa ROCK 5 Model A and Model B DTS Date: Tue, 10 Jan 2023 15:52:49 +0000 Message-Id: <20230110155252.189300-1-chris.obbard@collabora.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The MMC aliases for the Radxa ROCK 5 Model A and Model B do not match the other Rockchip devices: mmc0 is usually the eMMC. In the initial devicetree series, I incorrectly set the alias for the eMMC to mmc1 to match the vendor kernel. Update the alias for the eMMC to mmc0 to better match other Rockchip devices. While we are here, remove an empty line to keep good style across the tree. Christopher Obbard (3): arm64: dts: rockchip: Update sdhci alias for rock-5a arm64: dts: rockchip: Remove empty line from rock-5a arm64: dts: rockchip: Update sdhci alias for rock-5b arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) --- 2.39.0