From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Klaus Goger
<klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] arm64: dts: rockchip: fix typo in mmc pinctrl
Date: Tue, 27 Jun 2017 21:28:56 +0200 [thread overview]
Message-ID: <1623992.6iPIWFxdC5@diego> (raw)
In-Reply-To: <20170627061904.12128-1-klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
Am Dienstag, 27. Juni 2017, 08:19:03 CEST schrieb Klaus Goger:
> replace all occurrences of sdmcc with sdmmc in the rockchip devicetree
> files.
>
> Signed-off-by: Klaus Goger <klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
> ---
>
> arch/arm/boot/dts/rk3036.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
please split arm32/arm64 changes, as they go through different branches
on their way to mainline.
Otherwise looks good
Heiko
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
> index ec91325d3b6e..bc5942023889 100644
> --- a/arch/arm/boot/dts/rk3036.dtsi
> +++ b/arch/arm/boot/dts/rk3036.dtsi
> @@ -599,7 +599,7 @@
> rockchip,pins = <1 15 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins = <1 17 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index
> eb5059344023..eddc6eb31286 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> @@ -1031,7 +1031,7 @@ ap_i2c_audio: &i2c8 {
> * hurt and dw_mmc will ignore it. We make sure to disable
> * the pull though so we don't burn needless power.
> */
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 7 RK_FUNC_1 &pcfg_pull_none>;
> };
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 69c56f7316c4..21f32c42d7db
> 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -1786,7 +1786,7 @@
> <4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
> };
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: dts: rockchip: fix typo in mmc pinctrl
Date: Tue, 27 Jun 2017 21:28:56 +0200 [thread overview]
Message-ID: <1623992.6iPIWFxdC5@diego> (raw)
In-Reply-To: <20170627061904.12128-1-klaus.goger@theobroma-systems.com>
Am Dienstag, 27. Juni 2017, 08:19:03 CEST schrieb Klaus Goger:
> replace all occurrences of sdmcc with sdmmc in the rockchip devicetree
> files.
>
> Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
> ---
>
> arch/arm/boot/dts/rk3036.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
please split arm32/arm64 changes, as they go through different branches
on their way to mainline.
Otherwise looks good
Heiko
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
> index ec91325d3b6e..bc5942023889 100644
> --- a/arch/arm/boot/dts/rk3036.dtsi
> +++ b/arch/arm/boot/dts/rk3036.dtsi
> @@ -599,7 +599,7 @@
> rockchip,pins = <1 15 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins = <1 17 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index
> eb5059344023..eddc6eb31286 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> @@ -1031,7 +1031,7 @@ ap_i2c_audio: &i2c8 {
> * hurt and dw_mmc will ignore it. We make sure to disable
> * the pull though so we don't burn needless power.
> */
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 7 RK_FUNC_1 &pcfg_pull_none>;
> };
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 69c56f7316c4..21f32c42d7db
> 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -1786,7 +1786,7 @@
> <4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
> };
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Klaus Goger <klaus.goger@theobroma-systems.com>
Cc: devicetree@vger.kernel.org,
Kever Yang <kever.yang@rock-chips.com>,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
Caesar Wang <wxt@rock-chips.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: rockchip: fix typo in mmc pinctrl
Date: Tue, 27 Jun 2017 21:28:56 +0200 [thread overview]
Message-ID: <1623992.6iPIWFxdC5@diego> (raw)
In-Reply-To: <20170627061904.12128-1-klaus.goger@theobroma-systems.com>
Am Dienstag, 27. Juni 2017, 08:19:03 CEST schrieb Klaus Goger:
> replace all occurrences of sdmcc with sdmmc in the rockchip devicetree
> files.
>
> Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
> ---
>
> arch/arm/boot/dts/rk3036.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
please split arm32/arm64 changes, as they go through different branches
on their way to mainline.
Otherwise looks good
Heiko
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
> index ec91325d3b6e..bc5942023889 100644
> --- a/arch/arm/boot/dts/rk3036.dtsi
> +++ b/arch/arm/boot/dts/rk3036.dtsi
> @@ -599,7 +599,7 @@
> rockchip,pins = <1 15 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins = <1 17 RK_FUNC_1 &pcfg_pull_default>;
> };
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index
> eb5059344023..eddc6eb31286 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
> @@ -1031,7 +1031,7 @@ ap_i2c_audio: &i2c8 {
> * hurt and dw_mmc will ignore it. We make sure to disable
> * the pull though so we don't burn needless power.
> */
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 7 RK_FUNC_1 &pcfg_pull_none>;
> };
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 69c56f7316c4..21f32c42d7db
> 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -1786,7 +1786,7 @@
> <4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
> };
>
> - sdmmc_cd: sdmcc-cd {
> + sdmmc_cd: sdmmc-cd {
> rockchip,pins =
> <0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
> };
next parent reply other threads:[~2017-06-27 19:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170627061904.12128-1-klaus.goger@theobroma-systems.com>
[not found] ` <20170627061904.12128-1-klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
2017-06-27 19:28 ` Heiko Stübner [this message]
2017-06-27 19:28 ` [PATCH] arm64: dts: rockchip: fix typo in mmc pinctrl Heiko Stübner
2017-06-27 19:28 ` Heiko Stübner
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=1623992.6iPIWFxdC5@diego \
--to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
/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.