linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Chris Morgan <macroalpha82@gmail.com>
Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	lucas.tanure@collabora.com, kever.yang@rock-chips.com,
	yifeng.zhao@rock-chips.com, andyshrk@163.com,
	jagan@amarulasolutions.com, heiko@sntech.de, conor+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	broonie@kernel.org, Chris Morgan <macromorgan@hotmail.com>
Subject: Re: [PATCH V2 2/5] arm64: dts: rockchip: Add sdio node to rk3588
Date: Wed, 31 May 2023 18:32:38 +0200	[thread overview]
Message-ID: <20230531163238.blpv77h5j7ymdhyp@mercury.elektranox.org> (raw)
In-Reply-To: <20230531161220.280744-3-macroalpha82@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1478 bytes --]

Hi,

On Wed, May 31, 2023 at 11:12:17AM -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add SDIO node for rk3588/rk3588s.
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> ---

Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>

-- Sebastian

>  arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> index 571cdec24a66..6335d5648bc3 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> @@ -1176,6 +1176,21 @@ sdmmc: mmc@fe2c0000 {
>  		status = "disabled";
>  	};
>  
> +	sdio: mmc@fe2d0000 {
> +		compatible = "rockchip,rk3588-dw-mshc", "rockchip,rk3288-dw-mshc";
> +		reg = <0x00 0xfe2d0000 0x00 0x4000>;
> +		interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH 0>;
> +		clocks = <&cru HCLK_SDIO>, <&cru CCLK_SRC_SDIO>,
> +			 <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
> +		clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
> +		fifo-depth = <0x100>;
> +		max-frequency = <200000000>;
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&sdiom1_pins>;
> +		power-domains = <&power RK3588_PD_SDIO>;
> +		status = "disabled";
> +	};
> +
>  	sdhci: mmc@fe2e0000 {
>  		compatible = "rockchip,rk3588-dwcmshc";
>  		reg = <0x0 0xfe2e0000 0x0 0x10000>;
> -- 
> 2.34.1
> 

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2023-05-31 16:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-31 16:12 [PATCH V2 0/5] Add Support for RK3588s Indiedroid Nova Chris Morgan
2023-05-31 16:12 ` [PATCH V2 1/5] arm64: dts: rockchip: add default pinctrl for rk3588 emmc Chris Morgan
2023-05-31 16:29   ` Sebastian Reichel
2023-05-31 16:12 ` [PATCH V2 2/5] arm64: dts: rockchip: Add sdio node to rk3588 Chris Morgan
2023-05-31 16:32   ` Sebastian Reichel [this message]
2023-05-31 16:12 ` [PATCH V2 3/5] dt-bindings: vendor-prefixes: add Indiedroid Chris Morgan
2023-06-02 13:16   ` Krzysztof Kozlowski
2023-05-31 16:12 ` [PATCH V2 4/5] dt-bindings: arm: rockchip: Add Indiedroid Nova Chris Morgan
2023-05-31 16:12 ` [PATCH V2 5/5] arm64: dts: rockchip: Add Indiedroid Nova board Chris Morgan
2023-06-06 17:07 ` [PATCH V2 0/5] Add Support for RK3588s Indiedroid Nova Heiko Stuebner

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=20230531163238.blpv77h5j7ymdhyp@mercury.elektranox.org \
    --to=sebastian.reichel@collabora.com \
    --cc=andyshrk@163.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=lucas.tanure@collabora.com \
    --cc=macroalpha82@gmail.com \
    --cc=macromorgan@hotmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yifeng.zhao@rock-chips.com \
    /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).