From: Simon Horman <hidden> Date: 2015-09-18 00:47:03
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT updates for v4.4.
This pull request is based on
"Renesas ARM Based SoC Cleanup for v4.4, tagged as renesas-cleanup-for-v4.4,
which I have also sent a pull-request for.
The following changes since commit 04418c23a9411b85b8789eab5f4397bcbd62b7b4:
ARM: shmobile: Remove legacy clock support leftovers (2015-09-14 10:06:56 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v4.4
for you to fetch changes up to 2529493c288c109cf734235d1eb3de1b23d9bcef:
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound (2015-09-14 10:25:58 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
* Tidy up SCI resource region on r8a779[018] SoCs
* Add pinmux for iic0 on Lager board
* Use CCF for audio clock on Lager and Koelsch boards
* Use serial0 and 1 as serial ports on Marzen board
* Use adxl345-specific compatible property for KZM9G board
* Document compat string for Silk board
* Enable GPIO, I2C, QSPI and VIN support on r8a7794/Silk
----------------------------------------------------------------
Geert Uytterhoeven (3):
ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
Kuninori Morimoto (5):
ARM: shmobile: koelsch: use CCF for audio clock
ARM: shmobile: lager: use CCF for audio clock
ARM: shmobile: r8a7790: tidyup SSI resource region
ARM: shmobile: r8a7791: tidyup SSI resource region
ARM: shmobile: r8a7778: tidyup SSI resource region
Magnus Damm (1):
ARM: shmobile: marzen: Board specific serial port order
Sergei Shtylyov (8):
ARM: shmobile: r8a7794: add GPIO clocks
ARM: shmobile: r8a7794: add GPIO DT support
ARM: shmobile: r8a7794: add QSPI DT support
ARM: shmobile: silk: add QSPI DT support
ARM: shmobile: r8a7794: add I2C DT support
ARM: shmobile: silk: add I2C1 DT support
ARM: shmobile: r8a7794: add VIN DT support
ARM: shmobile: silk: add VIN0/ADV7180 DT support
Simon Horman (1):
ARM: shmobile: Add silk device tree bindings documentation
Wolfram Sang (1):
ARM: shmobile: r8a7790: lager: add pinmux for iic0
Documentation/devicetree/bindings/arm/shmobile.txt | 2 +
arch/arm/boot/dts/r8a7778.dtsi | 2 +-
arch/arm/boot/dts/r8a7779-marzen.dts | 6 +-
arch/arm/boot/dts/r8a7790-lager.dts | 16 +-
arch/arm/boot/dts/r8a7790.dtsi | 3 +-
arch/arm/boot/dts/r8a7791-koelsch.dts | 9 +-
arch/arm/boot/dts/r8a7791.dtsi | 3 +-
arch/arm/boot/dts/r8a7794-silk.dts | 88 ++++++++
arch/arm/boot/dts/r8a7794.dtsi | 224 ++++++++++++++++++++-
arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 +-
10 files changed, 338 insertions(+), 17 deletions(-)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:03
Add Silk Device tree bindings Documentation, listing it as a supported board.
This allows to use checkpatch to validate DTSes referring to the Silk board.
Signed-off-by: Simon Horman <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
1 file changed, 2 insertions(+)
From: Sergei Shtylyov <hidden> Date: 2015-09-30 22:56:47
On 09/18/2015 03:47 AM, Simon Horman wrote:
quoted hunk
Add Silk Device tree bindings Documentation, listing it as a supported board.
This allows to use checkpatch to validate DTSes referring to the Silk board.
Signed-off-by: Simon Horman <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
1 file changed, 2 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:04
From: Sergei Shtylyov <redacted>
Describe the GPIO clocks in the R8A7794 device tree.
Based on the original patch by Koji Matsuoka [off-list ref].
Signed-off-by: Sergei Shtylyov <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794.dtsi | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:05
From: Sergei Shtylyov <redacted>
Describe GPIO[0-6] controllers in the R8A7794 device tree.
Based on original patch by Hisashi Nakamura [off-list ref].
Signed-off-by: Sergei Shtylyov <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794.dtsi | 91 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:06
From: Sergei Shtylyov <redacted>
Define the generic R8A7794 part of the QSPI device node.
Based on original patch by Hisashi Nakamura [off-list ref].
Signed-off-by: Sergei Shtylyov <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794.dtsi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:07
From: Sergei Shtylyov <redacted>
Define the SILK board dependent part of the QSPI device node.
Add device nodes for Spansion S25FL512S SPI flash and MTD partitions on it.
Based on the original patch by Vladimir Barinov
[off-list ref].
Signed-off-by: Sergei Shtylyov <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794-silk.dts | 40 ++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:10
From: Sergei Shtylyov <redacted>
Define the generic R8A7794 parts of the I2C[0-5] device nodes.
Based on the original patch by Koji Matsuoka [off-list ref].
Signed-off-by: Sergei Shtylyov <redacted>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794.dtsi | 73 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
@@ -502,6 +508,73 @@status="disabled";};+/* The memory map in the User's Manual maps the cores to bus numbers */+i2c0:i2cate6508000{+compatible="renesas,i2c-r8a7794";+reg=<00xe650800000x40>;+interrupts=<0287IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C0>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};++i2c1:i2cate6518000{+compatible="renesas,i2c-r8a7794";+reg=<00xe651800000x40>;+interrupts=<0288IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C1>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};++i2c2:i2cate6530000{+compatible="renesas,i2c-r8a7794";+reg=<00xe653000000x40>;+interrupts=<0286IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C2>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};++i2c3:i2cate6540000{+compatible="renesas,i2c-r8a7794";+reg=<00xe654000000x40>;+interrupts=<0290IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C3>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};++i2c4:i2cate6520000{+compatible="renesas,i2c-r8a7794";+reg=<00xe652000000x40>;+interrupts=<019IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C4>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};++i2c5:i2cate6528000{+compatible="renesas,i2c-r8a7794";+reg=<00xe652800000x40>;+interrupts=<020IRQ_TYPE_LEVEL_HIGH>;+clocks=<&mstp9_clksR8A7794_CLK_I2C5>;+power-domains=<&cpg_clocks>;+#address-cells=<1>;+#size-cells=<0>;+status="disabled";+};+mmcif0:mmcatee200000{compatible="renesas,mmcif-r8a7794","renesas,sh-mmcif";reg=<00xee20000000x80>;
From: Simon Horman <hidden> Date: 2015-09-18 00:47:11
From: Sergei Shtylyov <redacted>
Define the SILK board dependent part of the I2C1 device node.
Signed-off-by: Sergei Shtylyov <redacted>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794-silk.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:12
From: Sergei Shtylyov <redacted>
Define the generic R8A7794 part of the VIN[01] device nodes. Add aliases for
the VIN[01] device nodes.
Signed-off-by: Sergei Shtylyov <redacted>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794.dtsi | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:13
From: Sergei Shtylyov <redacted>
Define the SILK board dependent part of the VIN0 device node.
Add the device node for Analog Devices ADV7180 video decoder to I2C1 bus.
Add the necessary subnodes to interconnect VIN0 and ADV7180 devices.
Based on the Henninger VIN0/ADV8170 device tree patch by myself.
Signed-off-by: Sergei Shtylyov <redacted>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7794-silk.dts | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
From: Simon Horman <hidden> Date: 2015-09-18 00:47:19
From: Wolfram Sang <redacted>
It seems we used to rely on the default pinmux setting of this HW, but
currently we need to explicitly set the pinmux to access this bus. It is
better style, too.
Signed-off-by: Wolfram Sang <redacted>
Signed-off-by: Simon Horman <redacted>
---
arch/arm/boot/dts/r8a7790-lager.dts | 7 +++++++
1 file changed, 7 insertions(+)
Hi Simon,
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
Arnd
Hi Arnd,
On Fri, Sep 18, 2015 at 9:21 AM, Arnd Bergmann [off-list ref] wrote:
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
quoted
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
That sounds fine to me, thanks!
Simon, is that OK for you?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
On Fri, Sep 18, 2015 at 09:29:58AM +0200, Geert Uytterhoeven wrote:
Hi Arnd,
On Fri, Sep 18, 2015 at 9:21 AM, Arnd Bergmann [off-list ref] wrote:
quoted
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
quoted
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
That sounds fine to me, thanks!
Simon, is that OK for you?
Hi Arnd,
On Fri, Sep 18, 2015 at 05:19:36PM +0900, Simon Horman wrote:
On Fri, Sep 18, 2015 at 09:29:58AM +0200, Geert Uytterhoeven wrote:
quoted
Hi Arnd,
On Fri, Sep 18, 2015 at 9:21 AM, Arnd Bergmann [off-list ref] wrote:
quoted
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
quoted
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
That sounds fine to me, thanks!
Simon, is that OK for you?
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
Hi Arnd,
On Thu, Sep 24, 2015 at 02:08:46PM +0900, Simon Horman wrote:
Hi Arnd,
On Fri, Sep 18, 2015 at 05:19:36PM +0900, Simon Horman wrote:
quoted
On Fri, Sep 18, 2015 at 09:29:58AM +0200, Geert Uytterhoeven wrote:
quoted
Hi Arnd,
On Fri, Sep 18, 2015 at 9:21 AM, Arnd Bergmann [off-list ref] wrote:
quoted
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
quoted
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
That sounds fine to me, thanks!
Simon, is that OK for you?
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
In the interest of moving things forwards I am:
* Withdrawing this pull request
* Preparing a pull request with only the fixes
I will also prepare an updated, v2, version of this pull request
without the fixes and with some new patches I have queued-up in
the mean time.
On Friday 02 October 2015 11:28:39 Simon Horman wrote:
quoted
quoted
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
In the interest of moving things forwards I am:
* Withdrawing this pull request
* Preparing a pull request with only the fixes
I will also prepare an updated, v2, version of this pull request
without the fixes and with some new patches I have queued-up in
the mean time.
Hi Simon,
I'm very sorry for dropping the ball here. I'm definitely fine with this,
I just screwed up and didn't do any merges at all since I returned from
my leave, and Olof was also busy otherwise this week.
Arnd
On Sat, Oct 03, 2015 at 12:18:00AM +0200, Arnd Bergmann wrote:
On Friday 02 October 2015 11:28:39 Simon Horman wrote:
quoted
quoted
quoted
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
In the interest of moving things forwards I am:
* Withdrawing this pull request
* Preparing a pull request with only the fixes
I will also prepare an updated, v2, version of this pull request
without the fixes and with some new patches I have queued-up in
the mean time.
Hi Simon,
I'm very sorry for dropping the ball here. I'm definitely fine with this,
I just screwed up and didn't do any merges at all since I returned from
my leave, and Olof was also busy otherwise this week.
Hi And
No problem. I assumed you were busy with something.
On Friday 02 October 2015 11:28:39 Simon Horman wrote:
On Thu, Sep 24, 2015 at 02:08:46PM +0900, Simon Horman wrote:
quoted
On Fri, Sep 18, 2015 at 05:19:36PM +0900, Simon Horman wrote:
quoted
On Fri, Sep 18, 2015 at 09:29:58AM +0200, Geert Uytterhoeven wrote:
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
In the interest of moving things forwards I am:
* Withdrawing this pull request
* Preparing a pull request with only the fixes
I will also prepare an updated, v2, version of this pull request
without the fixes and with some new patches I have queued-up in
the mean time.
As you noticed, I have finally started merging stuff now. Based on
your mail here, I'm waiting for v2 of this pull request now, but
I can also apply the remaining patches as I suggested earlier if
you prefer.
Arnd
On Tue, Oct 06, 2015 at 04:39:08PM +0200, Arnd Bergmann wrote:
On Friday 02 October 2015 11:28:39 Simon Horman wrote:
quoted
On Thu, Sep 24, 2015 at 02:08:46PM +0900, Simon Horman wrote:
quoted
On Fri, Sep 18, 2015 at 05:19:36PM +0900, Simon Horman wrote:
quoted
On Fri, Sep 18, 2015 at 09:29:58AM +0200, Geert Uytterhoeven wrote:
Yes, perfectly fine.
I am wondering if you need anything from me at this point.
In the interest of moving things forwards I am:
* Withdrawing this pull request
* Preparing a pull request with only the fixes
I will also prepare an updated, v2, version of this pull request
without the fixes and with some new patches I have queued-up in
the mean time.
As you noticed, I have finally started merging stuff now. Based on
your mail here, I'm waiting for v2 of this pull request now, but
I can also apply the remaining patches as I suggested earlier if
you prefer.
On Fri, Sep 18, 2015 at 09:21:54AM +0200, Arnd Bergmann wrote:
On Friday 18 September 2015 09:16:31 Geert Uytterhoeven wrote:
quoted
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
The commits are on the top of the branch, so we could just remove them
here and apply them to the fixes branch if you like.
Thanks, that would be wonderful.
Would you also like me to resubmit this pull request with the top two
patches removed?
On Fri, Sep 18, 2015 at 09:16:31AM +0200, Geert Uytterhoeven wrote:
Hi Simon,
On Fri, Sep 18, 2015 at 2:47 AM, Simon Horman
[off-list ref] wrote:
quoted
Renesas ARM Based SoC DT Updates for v4.4
* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
quoted
ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound
These two should actually go in in v4.3, as they're bugfixes for commits that
are in v4.3-rc1. That can be done in parallel, though.
Thanks, I'll resubmit those patches as fixes and revise
this pull request accordingly.
Sound will stop working in mainline as soon as commit cbc41d0a761bffb3
("drivers: sh: Disable PM runtime for multi-platform ARM with genpd") in
sh-drivers-for-v4.3 enters mainline.
I sent a pull-request for that yesterday, so presumably that will be soon.