linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3
@ 2019-09-05  9:34 Simon Horman
  2019-09-05  9:34 ` [PATCH 1/1] arm64: dts: renesas: hihope-common: Fix eMMC status Simon Horman
  2019-09-05 16:05 ` [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2019-09-05  9:34 UTC (permalink / raw)
  To: arm, soc
  Cc: Arnd Bergmann, Kevin Hilman, Magnus Damm, linux-renesas-soc,
	Olof Johansson, Simon Horman, linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC fixes for v5.3.

This pull request is based on the previous round of
such requests, tagged as renesas-next-20190813-v5.3-rc1,
which you have already pulled.


The following changes since commit 45f5d5a9e34d3fe4140a9a3b5f7ebe86c252440a:

  arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name (2019-08-09 11:58:17 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes2-for-v5.3

for you to fetch changes up to ae688e1720fd387de34f2140a735917411672bf1:

  arm64: dts: renesas: hihope-common: Fix eMMC status (2019-08-31 11:23:18 +0200)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Fixes for v5.3

* RZ/G2M based HiHope main board
  - Re-enabled accidently disabled SDHI3 (eMMC) support

----------------------------------------------------------------
Fabrizio Castro (1):
      arm64: dts: renesas: hihope-common: Fix eMMC status

 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] arm64: dts: renesas: hihope-common: Fix eMMC status
  2019-09-05  9:34 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Simon Horman
@ 2019-09-05  9:34 ` Simon Horman
  2019-09-05 16:05 ` [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2019-09-05  9:34 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Fabrizio Castro, Simon Horman, Magnus Damm, linux-arm-kernel

From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

SDHI3 got accidentally disabled while adding USB 2.0 support,
this patch fixes it.

Fixes: 734d277f412a ("arm64: dts: renesas: hihope-common: Add USB 2.0 support")
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
index 3311a982fff8..23fd0224ca90 100644
--- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
@@ -279,6 +279,7 @@
 	mmc-hs200-1_8v;
 	non-removable;
 	fixed-emmc-driver-type = <1>;
+	status = "okay";
 };
 
 &usb_extal_clk {
-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3
  2019-09-05  9:34 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Simon Horman
  2019-09-05  9:34 ` [PATCH 1/1] arm64: dts: renesas: hihope-common: Fix eMMC status Simon Horman
@ 2019-09-05 16:05 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2019-09-05 16:05 UTC (permalink / raw)
  To: Simon Horman
  Cc: Kevin Hilman, Magnus Damm, Linux-Renesas, SoC Team, arm-soc,
	Olof Johansson, Linux ARM

On Thu, Sep 5, 2019 at 11:35 AM Simon Horman <horms+renesas@verge.net.au> wrote:
>
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of Renesas ARM based SoC fixes for v5.3.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-next-20190813-v5.3-rc1,
> which you have already pulled.

Pulled into fixes, thanks!


      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-05 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  9:34 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Simon Horman
2019-09-05  9:34 ` [PATCH 1/1] arm64: dts: renesas: hihope-common: Fix eMMC status Simon Horman
2019-09-05 16:05 ` [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v5.3 Arnd Bergmann

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).