diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2017-11-28 08:47:28 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-11-29 05:42:10 -0500 |
commit | 3a4c5d6a8cb0ca0081fe4f1e69df7779075d6fd6 (patch) | |
tree | 5a6b149a05b0b3971d4651bf745c14af273cad5d | |
parent | bf50e0ab4f5062bb9d4bb5dcb81a6673ea7e2473 (diff) |
ARM: dts: r8a7793: Update CMT compat strings
Use recently updated R-Car Gen2 CMT0 and CMT1 compat strings.
With this change in place we can keep device-specific configuration in
the driver and the driver can be able to support CMT1 specific features.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7793.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi index 6e74d0855931..4a79da3ddbef 100644 --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi | |||
@@ -248,7 +248,7 @@ | |||
248 | }; | 248 | }; |
249 | 249 | ||
250 | cmt0: timer@ffca0000 { | 250 | cmt0: timer@ffca0000 { |
251 | compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2"; | 251 | compatible = "renesas,r8a7793-cmt0", "renesas,rcar-gen2-cmt0"; |
252 | reg = <0 0xffca0000 0 0x1004>; | 252 | reg = <0 0xffca0000 0 0x1004>; |
253 | interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, | 253 | interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, |
254 | <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; | 254 | <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; |
@@ -263,7 +263,7 @@ | |||
263 | }; | 263 | }; |
264 | 264 | ||
265 | cmt1: timer@e6130000 { | 265 | cmt1: timer@e6130000 { |
266 | compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2"; | 266 | compatible = "renesas,r8a7793-cmt1", "renesas,rcar-gen2-cmt1"; |
267 | reg = <0 0xe6130000 0 0x1004>; | 267 | reg = <0 0xe6130000 0 0x1004>; |
268 | interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, | 268 | interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, |
269 | <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, | 269 | <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, |