phone-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Weiss <luca@z3ntu.xyz>
To: ~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org,
	 Bjorn Andersson <andersson@kernel.org>,
	 Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Andy Gross <andy.gross@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org, Luca Weiss <luca@z3ntu.xyz>
Subject: [PATCH 2/5] ARM: dts: qcom: msm8974pro-castor: Add mmc aliases
Date: Wed, 06 Mar 2024 00:18:05 +0100	[thread overview]
Message-ID: <20240306-castor-changes-v1-2-2286eaf85fff@z3ntu.xyz> (raw)
In-Reply-To: <20240306-castor-changes-v1-0-2286eaf85fff@z3ntu.xyz>

Add the mmc0 & mmc1 aliases to make sure internal storage always becomes
/dev/mmcblk0 and SD card becomes /dev/mmcblk1

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
index 2db2ddf00580..da554f72528a 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
@@ -12,6 +12,8 @@ / {
 	chassis-type = "tablet";
 
 	aliases {
+		mmc0 = &sdhc_1;
+		mmc1 = &sdhc_2;
 		serial0 = &blsp1_uart2;
 		serial1 = &blsp2_uart1;
 	};

-- 
2.44.0


  parent reply	other threads:[~2024-03-05 23:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 23:18 [PATCH 0/5] Some devicetree cleanup for MSM8974 Sony Xperia Z2 Tablet Luca Weiss
2024-03-05 23:18 ` [PATCH 1/5] ARM: dts: qcom: msm8974pro-castor: Clean up formatting Luca Weiss
2024-03-06 16:30   ` Konrad Dybcio
2024-03-05 23:18 ` Luca Weiss [this message]
2024-03-06  8:20   ` [PATCH 2/5] ARM: dts: qcom: msm8974pro-castor: Add mmc aliases Dmitry Baryshkov
2024-03-05 23:18 ` [PATCH 3/5] ARM: dts: qcom: msm8974pro-castor: Remove camera button definitions Luca Weiss
2024-03-06 16:23   ` Konrad Dybcio
2024-03-05 23:18 ` [PATCH 4/5] ARM: dts: qcom: msm8974pro-castor: Add debounce-interval for keys Luca Weiss
2024-03-06  8:19   ` Dmitry Baryshkov
2024-03-05 23:18 ` [PATCH 5/5] ARM: dts: qcom: msm8974pro-castor: Rename wifi node name Luca Weiss
2024-03-06  8:19   ` Dmitry Baryshkov
2024-03-19  2:48 ` [PATCH 0/5] Some devicetree cleanup for MSM8974 Sony Xperia Z2 Tablet Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240306-castor-changes-v1-2-2286eaf85fff@z3ntu.xyz \
    --to=luca@z3ntu.xyz \
    --cc=andersson@kernel.org \
    --cc=andy.gross@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).