From: Jon Hunter <jonathanh@nvidia.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: linux-tegra@vger.kernel.org, Alexandre Courbot <gnurou@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 07/11] arm64: tegra: Enable SDHCI controllers on P3110
Date: Wed, 8 Mar 2017 11:46:10 +0000 [thread overview]
Message-ID: <38bcdf00-d85a-07fc-d557-bdca581eb333@nvidia.com> (raw)
In-Reply-To: <20170223173053.19701-7-thierry.reding@gmail.com>
On 23/02/17 17:30, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> The P3110 processor module wires one of the SDHCI controllers to an on-
> board eMMC and exposes another set of SD/MMC signals on the connector to
> support an external SD/MMC card. A third controller is connected to the
> SDIO pins of an M.2 KEY E connector.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 42 ++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> index 1a9ac73b4ecb..b18e166527d8 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> @@ -7,6 +7,8 @@
> compatible = "nvidia,p3310", "nvidia,tegra186";
>
> aliases {
> + sdhci0 = "/sdhci@3460000";
> + sdhci1 = "/sdhci@3400000";
Any reason why you don't include all 3 sdhci controllers here?
> serial0 = &uarta;
> i2c0 = "/bpmp/i2c";
> i2c1 = "/i2c@3160000";
> @@ -72,6 +74,32 @@
> status = "okay";
> };
>
> + /* SDMMC1 (SD/MMC) */
> + sdhci@3400000 {
> + status = "okay";
> +
> + cd-gpios = <&gpio TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_LOW>;
I see the CD as P-5 and not P-6 on the schematic.
> + wp-gpios = <&gpio TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_LOW>;
> +
> + vqmmc-supply = <&vddio_sdmmc1>;
> + vmmc-supply = <&vdd_sd>;
The card slot is on the carrier board and although the cd and wp pins
are allocated on the cvm, I did not see a reference to the vmmc-supply
on the cvm. So should the 'vmmc-supply' be in the carrier board file?
> + };
> +
> + /* SDMMC3 (SDIO) */
> + sdhci@3440000 {
> + status = "okay";
> + };
> +
> + /* SDMMC4 (eMMC) */
> + sdhci@3460000 {
> + status = "okay";
> + bus-width = <8>;
> + non-removable;
> +
> + vqmmc-supply = <&vdd_1v8_ap>;
> + vmmc-supply = <&vdd_3v3_sys>;
> + };
> +
> hsp@3c00000 {
> status = "okay";
> };
> @@ -333,5 +361,19 @@
>
> vin-supply = <&vdd_1v8>;
> };
> +
> + vdd_sd: regulator@2 {
> + compatible = "regulator-fixed";
> + reg = <2>;
> +
> + regulator-name = "SD_CARD_SW_PWR";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> +
> + gpio = <&gpio TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_HIGH>;
Here I see the gpio as P-6 and not P-5.
> + enable-active-high;
> +
> + vin-supply = <&vdd_3v3_sys>;
> + };
> };
> };
I also see the above regulator on the carrier board and not on the cvm.
Cheers
Jon
--
nvpublic
WARNING: multiple messages have this Message-ID (diff)
From: jonathanh@nvidia.com (Jon Hunter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/11] arm64: tegra: Enable SDHCI controllers on P3110
Date: Wed, 8 Mar 2017 11:46:10 +0000 [thread overview]
Message-ID: <38bcdf00-d85a-07fc-d557-bdca581eb333@nvidia.com> (raw)
In-Reply-To: <20170223173053.19701-7-thierry.reding@gmail.com>
On 23/02/17 17:30, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> The P3110 processor module wires one of the SDHCI controllers to an on-
> board eMMC and exposes another set of SD/MMC signals on the connector to
> support an external SD/MMC card. A third controller is connected to the
> SDIO pins of an M.2 KEY E connector.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 42 ++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> index 1a9ac73b4ecb..b18e166527d8 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> @@ -7,6 +7,8 @@
> compatible = "nvidia,p3310", "nvidia,tegra186";
>
> aliases {
> + sdhci0 = "/sdhci at 3460000";
> + sdhci1 = "/sdhci at 3400000";
Any reason why you don't include all 3 sdhci controllers here?
> serial0 = &uarta;
> i2c0 = "/bpmp/i2c";
> i2c1 = "/i2c at 3160000";
> @@ -72,6 +74,32 @@
> status = "okay";
> };
>
> + /* SDMMC1 (SD/MMC) */
> + sdhci at 3400000 {
> + status = "okay";
> +
> + cd-gpios = <&gpio TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_LOW>;
I see the CD as P-5 and not P-6 on the schematic.
> + wp-gpios = <&gpio TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_LOW>;
> +
> + vqmmc-supply = <&vddio_sdmmc1>;
> + vmmc-supply = <&vdd_sd>;
The card slot is on the carrier board and although the cd and wp pins
are allocated on the cvm, I did not see a reference to the vmmc-supply
on the cvm. So should the 'vmmc-supply' be in the carrier board file?
> + };
> +
> + /* SDMMC3 (SDIO) */
> + sdhci at 3440000 {
> + status = "okay";
> + };
> +
> + /* SDMMC4 (eMMC) */
> + sdhci at 3460000 {
> + status = "okay";
> + bus-width = <8>;
> + non-removable;
> +
> + vqmmc-supply = <&vdd_1v8_ap>;
> + vmmc-supply = <&vdd_3v3_sys>;
> + };
> +
> hsp at 3c00000 {
> status = "okay";
> };
> @@ -333,5 +361,19 @@
>
> vin-supply = <&vdd_1v8>;
> };
> +
> + vdd_sd: regulator at 2 {
> + compatible = "regulator-fixed";
> + reg = <2>;
> +
> + regulator-name = "SD_CARD_SW_PWR";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> +
> + gpio = <&gpio TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_HIGH>;
Here I see the gpio as P-6 and not P-5.
> + enable-active-high;
> +
> + vin-supply = <&vdd_3v3_sys>;
> + };
> };
> };
I also see the above regulator on the carrier board and not on the cvm.
Cheers
Jon
--
nvpublic
next prev parent reply other threads:[~2017-03-08 11:46 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-23 17:30 [PATCH 01/11] arm64: tegra: Add PMC controller on Tegra186 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
[not found] ` <20170223173053.19701-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-23 17:30 ` [PATCH 02/11] arm64: tegra: Add ethernet support for Tegra186 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-07 20:42 ` Jon Hunter
2017-03-07 20:42 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 03/11] arm64: tegra: Invert the PMC interrupt on P3310 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-07 10:25 ` Jon Hunter
2017-03-07 10:25 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 04/11] arm64: tegra: Enable I2C controllers " Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-07 10:38 ` Jon Hunter
2017-03-07 10:38 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 05/11] arm64: tegra: Enable ethernet " Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-07 21:04 ` Jon Hunter
2017-03-07 21:04 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 06/11] arm64: tegra: Add initial power tree for P3310 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 11:18 ` Jon Hunter
2017-03-08 11:18 ` Jon Hunter
2017-03-08 13:24 ` [PATCH v2] " Thierry Reding
2017-03-08 13:24 ` Thierry Reding
2017-03-08 14:24 ` Jon Hunter
2017-03-08 14:24 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 07/11] arm64: tegra: Enable SDHCI controllers on P3110 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 11:46 ` Jon Hunter [this message]
2017-03-08 11:46 ` Jon Hunter
2017-03-08 13:18 ` Thierry Reding
2017-03-08 13:18 ` Thierry Reding
2017-03-08 13:39 ` [PATCH v2 1/2] " Thierry Reding
2017-03-08 13:39 ` Thierry Reding
2017-03-08 13:39 ` [PATCH v2 2/2] arm64: tegra: Enable SD/MMC slot on P2771 Thierry Reding
2017-03-08 13:39 ` Thierry Reding
[not found] ` <20170308133944.32568-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-03-08 14:26 ` Jon Hunter
2017-03-08 14:26 ` Jon Hunter
2017-03-08 14:26 ` [PATCH v2 1/2] arm64: tegra: Enable SDHCI controllers on P3110 Jon Hunter
2017-03-08 14:26 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 08/11] arm64: tegra: Enable current monitors on P3310 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 11:52 ` Jon Hunter
2017-03-08 11:52 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 09/11] arm64: tegra: Add GPIO keys on P2771 Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 12:03 ` Jon Hunter
2017-03-08 12:03 ` Jon Hunter
2017-03-08 12:15 ` Jon Hunter
2017-03-08 12:15 ` Jon Hunter
2017-03-08 13:47 ` Thierry Reding
2017-03-08 13:47 ` Thierry Reding
2017-02-23 17:30 ` [PATCH 10/11] arm64: tegra: Add power monitors " Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 12:06 ` Jon Hunter
2017-03-08 12:06 ` Jon Hunter
2017-02-23 17:30 ` [PATCH 11/11] arm64: tegra: Add GPIO expanders " Thierry Reding
2017-02-23 17:30 ` Thierry Reding
2017-03-08 12:11 ` Jon Hunter
2017-03-08 12:11 ` Jon Hunter
2017-03-08 18:29 ` [PATCH 01/11] arm64: tegra: Add PMC controller on Tegra186 Thierry Reding
2017-03-08 18:29 ` Thierry Reding
2017-03-07 9:48 ` Jon Hunter
2017-03-07 9:48 ` Jon Hunter
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=38bcdf00-d85a-07fc-d557-bdca581eb333@nvidia.com \
--to=jonathanh@nvidia.com \
--cc=gnurou@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-tegra@vger.kernel.org \
--cc=thierry.reding@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.