linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Karel Balej" <balejk@matfyz.cz>
To: linux-mmc@vger.kernel.org, ulf.hansson@linaro.org,
	"Duje Mihanović" <duje@dujemihanovic.xyz>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Gregory Clement" <gregory.clement@bootlin.com>,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: <~postmarketos/upstreaming@lists.sr.ht>, <phone-devel@vger.kernel.org>
Subject: Re: [PATCH mmc/next 3/3] arm64: dts: samsung,coreprimevelte: add SDIO
Date: Sun, 24 Aug 2025 13:13:41 +0200	[thread overview]
Message-ID: <DCAM3WTJ4EXA.32GZBS4G7GWFJ@matfyz.cz> (raw)
In-Reply-To: <20250824110039.28258-4-balejk@matfyz.cz>

Karel Balej, 2025-08-24T12:53:45+02:00:
> +	sdh2_pins_0: sdh2-pins-0 {
> +		pinctrl-single,pins = <
> +			0x24 1
> +			0x28 1
> +			0x2c 1
> +			0x30 1
> +			0x34 1
> +			0x38 1
> +			0x3c 1
> +			0x40 1
> +		>;
> +		pinctrl-single,drive-strength = <0x1000 0x1800>;
> +		pinctrl-single,bias-pullup = <0 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0 0xa000 0 0xa000>;
> +		pinctrl-single,input-schmitt = <0 0x30>;
> +		pinctrl-single,input-schmitt-enable = <0x40 0 0x40 0x40>;
> +		pinctrl-single,low-power-mode = <0 0x388>;
> +	};
> +
> +	sdh2_pins_1: sdh2-pins-1 {
> +		pinctrl-single,pins = <0x64 1>;
> +		pinctrl-single,drive-strength = <0x1000 0x1800>;
> +		pinctrl-single,bias-pullup = <0 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0 0xa000 0 0xa000>;
> +		pinctrl-single,input-schmitt = <0 0x30>;
> +		pinctrl-single,input-schmitt-enable = <0x40 0 0x40 0x40>;
> +		pinctrl-single,low-power-mode = <0x208 0x388>;
> +	};
> +
> +	sdh2_pins_2: sdh2-pins-2 {
> +		pinctrl-single,pins = <0x5c 1>;
> +		pinctrl-single,bias-pullup = <0xc000 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0x8000 0xa000 0x8000 0xa000>;
> +		pinctrl-single,low-power-mode = <0x288 0x388>;
> +	};
> +
> +	sdh2_fast_pins_0: sdh2-fast-pins-0 {
> +		pinctrl-single,pins = <
> +			0x24 1
> +			0x28 1
> +			0x2c 1
> +			0x30 1
> +			0x34 1
> +			0x38 1
> +			0x3c 1
> +			0x40 1
> +		>;
> +		pinctrl-single,drive-strength = <0x1800 0x1800>;
> +		pinctrl-single,bias-pullup = <0 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0 0xa000 0 0xa000>;
> +		pinctrl-single,input-schmitt = <0 0x30>;
> +		pinctrl-single,input-schmitt-enable = <0x40 0 0x40 0x40>;
> +		pinctrl-single,low-power-mode = <0 0x388>;
> +	};
> +
> +	sdh2_fast_pins_1: sdh2-fast-pins-1 {
> +		pinctrl-single,pins = <0x64 1>;
> +		pinctrl-single,drive-strength = <0x1800 0x1800>;
> +		pinctrl-single,bias-pullup = <0 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0 0xa000 0 0xa000>;
> +		pinctrl-single,input-schmitt = <0 0x30>;
> +		pinctrl-single,input-schmitt-enable = <0x40 0 0x40 0x40>;
> +		pinctrl-single,low-power-mode = <0x208 0x388>;
> +	};
> +
> +	sdh2_fast_pins_2: sdh2-fast-pins-2 {
> +		pinctrl-single,pins = <0x5c 1>;
> +		pinctrl-single,drive-strength = <0x1800 0x1800>;
> +		pinctrl-single,bias-pullup = <0xc000 0xc000 0 0xc000>;
> +		pinctrl-single,bias-pulldown = <0x8000 0xa000 0x8000 0xa000>;
> +		pinctrl-single,low-power-mode = <0x288 0x388>;
> +	};

Sorry, these got mixed in by accident and should be in a separate future
patch enabling the eMMC support. I will drop them from here when I send
the next version.

K. B.

  reply	other threads:[~2025-08-24 11:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-24 10:53 [PATCH mmc/next 0/3] samsung,coreprimevelte enhacements Karel Balej
2025-08-24 10:53 ` [PATCH mmc/next 1/3] arm64: dts: samsung,coreprimevelte: add PMIC Karel Balej
2025-08-24 11:13   ` Krzysztof Kozlowski
2025-08-24 16:30   ` Duje Mihanović
2025-08-24 10:53 ` [PATCH mmc/next 2/3] arm64: dts: samsung,coreprimevelte: add touchscreen Karel Balej
2025-08-24 10:53 ` [PATCH mmc/next 3/3] arm64: dts: samsung,coreprimevelte: add SDIO Karel Balej
2025-08-24 11:13   ` Karel Balej [this message]
2025-08-24 16:41   ` Duje Mihanović

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=DCAM3WTJ4EXA.32GZBS4G7GWFJ@matfyz.cz \
    --to=balejk@matfyz.cz \
    --cc=andrew@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=duje@dujemihanovic.xyz \
    --cc=gregory.clement@bootlin.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=ulf.hansson@linaro.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).