Message ID | 1395917144-402-1-git-send-email-ulrich.hecht@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5c53f50c50badff499568a703467c3c9f23f9bfd |
Headers | show |
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>
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. -- 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
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@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>;
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(-)