Message ID | 20131120041805.30114.27761.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Nov 20, 2013 at 01:18:05PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@opensource.se> > > Add "renesas,irqc-r8a7791" to the compatible string for IRQC > in case of r8a7791. This makes the IRQC follow the same style > as the other devices and also makes it more future proof. > > Signed-off-by: Magnus Damm <damm@opensource.se> Thanks, I will queue this up. Assuming all goes will I plan to push this and other updates today or tomorrow. > --- > > arch/arm/boot/dts/r8a7791.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- 0001/arch/arm/boot/dts/r8a7791.dtsi > +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-11-20 12:21:36.000000000 +0900 > @@ -154,7 +154,7 @@ > }; > > irqc0: interrupt-controller@e61c0000 { > - compatible = "renesas,irqc"; > + compatible = "renesas,irqc-r8a7791", "renesas,irqc"; > #interrupt-cells = <2>; > interrupt-controller; > reg = <0 0xe61c0000 0 0x200>; > -- > 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 >
--- 0001/arch/arm/boot/dts/r8a7791.dtsi +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-11-20 12:21:36.000000000 +0900 @@ -154,7 +154,7 @@ }; irqc0: interrupt-controller@e61c0000 { - compatible = "renesas,irqc"; + compatible = "renesas,irqc-r8a7791", "renesas,irqc"; #interrupt-cells = <2>; interrupt-controller; reg = <0 0xe61c0000 0 0x200>;