* [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix
@ 2014-10-29 14:30 Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 2/3] ARM: shmobile: r8a7791 " Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:30 UTC (permalink / raw)
To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7790.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 7add12c3750aa2fb..3e28ee16683bff1c 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1328,7 +1328,7 @@
status = "disabled";
};
- rcar_sound: rcar_sound@0xec500000 {
+ rcar_sound: rcar_sound@ec500000 {
#sound-dai-cells = <1>;
compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound";
reg = <0 0xec500000 0 0x1000>, /* SCU */
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] ARM: shmobile: r8a7791 dtsi: Drop bogus 0x unit-address prefix
2014-10-29 14:30 [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix Geert Uytterhoeven
@ 2014-10-29 14:30 ` Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 3/3] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
2014-10-30 1:20 ` [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: " Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:30 UTC (permalink / raw)
To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7791.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 41a636167c0e6a8c..b170693f3314f8b1 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1313,7 +1313,7 @@
status = "disabled";
};
- rcar_sound: rcar_sound@0xec500000 {
+ rcar_sound: rcar_sound@ec500000 {
#sound-dai-cells = <1>;
compatible = "renesas,rcar_sound-r8a7791", "renesas,rcar_sound-gen2", "renesas,rcar_sound";
reg = <0 0xec500000 0 0x1000>, /* SCU */
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] ARM: shmobile: kzm9g-reference dts: Drop bogus 0x unit-address prefix
2014-10-29 14:30 [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 2/3] ARM: shmobile: r8a7791 " Geert Uytterhoeven
@ 2014-10-29 14:30 ` Geert Uytterhoeven
2014-10-30 1:20 ` [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: " Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:30 UTC (permalink / raw)
To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index 0dac0e66ccad8f74..8c913d9b18241a16 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -251,7 +251,7 @@
};
};
- ak4648: ak4648@0x12 {
+ ak4648: ak4648@12 {
#sound-dai-cells = <0>;
compatible = "asahi-kasei,ak4648";
reg = <0x12>;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix
2014-10-29 14:30 [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 2/3] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 3/3] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
@ 2014-10-30 1:20 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-10-30 1:20 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh
On Wed, Oct 29, 2014 at 03:30:51PM +0100, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm/boot/dts/r8a7790.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, I have queued-up this and the remaining patches in the series.
>
> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index 7add12c3750aa2fb..3e28ee16683bff1c 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -1328,7 +1328,7 @@
> status = "disabled";
> };
>
> - rcar_sound: rcar_sound@0xec500000 {
> + rcar_sound: rcar_sound@ec500000 {
> #sound-dai-cells = <1>;
> compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound";
> reg = <0 0xec500000 0 0x1000>, /* SCU */
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-30 1:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 14:30 [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: Drop bogus 0x unit-address prefix Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 2/3] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2014-10-29 14:30 ` [PATCH 3/3] ARM: shmobile: kzm9g-reference dts: " Geert Uytterhoeven
2014-10-30 1:20 ` [PATCH 1/3] ARM: shmobile: r8a7790 dtsi: " Simon Horman
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).