* [PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings
@ 2014-03-27 10:45 Ulrich Hecht
2014-03-27 12:02 ` Wolfram Sang
0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Hecht @ 2014-03-27 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Add "renesas,*-r8a7740" to the compatible strings for consistency with other
devices.
Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
---
arch/arm/boot/dts/r8a7740.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index 8280884..9f65986 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -126,7 +126,7 @@
i2c0: i2c at fff20000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "renesas,rmobile-iic";
+ compatible = "renesas,iic-r8a7740", "renesas,rmobile-iic";
reg = <0xfff20000 0x425>;
interrupt-parent = <&gic>;
interrupts = <0 201 IRQ_TYPE_LEVEL_HIGH
@@ -139,7 +139,7 @@
i2c1: i2c@e6c20000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "renesas,rmobile-iic";
+ compatible = "renesas,iic-r8a7740", "renesas,rmobile-iic";
reg = <0xe6c20000 0x425>;
interrupt-parent = <&gic>;
interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH
@@ -174,7 +174,7 @@
};
mmcif0: mmc@e6bd0000 {
- compatible = "renesas,sh-mmcif";
+ compatible = "renesas,mmcif-r8a7740", "renesas,sh-mmcif";
reg = <0xe6bd0000 0x100>;
interrupt-parent = <&gic>;
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH
@@ -220,7 +220,7 @@
sh_fsi2: sound@fe1f0000 {
#sound-dai-cells = <1>;
- compatible = "renesas,sh_fsi2";
+ compatible = "renesas,fsi2-r8a7740", "renesas,sh_fsi2";
reg = <0xfe1f0000 0x400>;
interrupt-parent = <&gic>;
interrupts = <0 9 0x4>;
--
1.8.4.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings
2014-03-27 10:45 [PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings Ulrich Hecht
@ 2014-03-27 12:02 ` Wolfram Sang
2014-03-28 16:53 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2014-03-27 12:02 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 27, 2014 at 11:45:44AM +0100, Ulrich Hecht wrote:
> Add "renesas,*-r8a7740" to the compatible strings for consistency with other
> devices.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140327/6e9169b9/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings
2014-03-27 12:02 ` Wolfram Sang
@ 2014-03-28 16:53 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-03-28 16:53 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 27, 2014 at 01:02:02PM +0100, Wolfram Sang wrote:
> On Thu, Mar 27, 2014 at 11:45:44AM +0100, Ulrich Hecht wrote:
> > Add "renesas,*-r8a7740" to the compatible strings for consistency with other
> > devices.
> >
> > Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
>
> Acked-by: Wolfram Sang <wsa@the-dreams.de>
Thanks, I will queue this up.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-28 16:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 10:45 [PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings Ulrich Hecht
2014-03-27 12:02 ` Wolfram Sang
2014-03-28 16:53 ` 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).