ARM: shmobile: r8a7790: Use SoC-specific 48-bit CMT compat string
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 8 Sep 2014 00:27:45 +0000 (09:27 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 9 Sep 2014 02:50:04 +0000 (11:50 +0900)
In general Renesas hardware is not documented to the extent
where the relationship between IP blocks on different SoCs can be assumed
although they may appear to operate the same way. Furthermore the
documentation typically does not specify a version for individual
IP blocks. For these reasons a convention of using the SoC name in place
of a version and providing SoC-specific compat strings has been adopted.

Although not universally liked this convention is used in the bindings for
a number of drivers for Renesas hardware. The purpose of this patch is to
make use of the SoC-specific CMT compat string for the r8a7790 48-bit CMT
clock source.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790.dtsi

index 7218bfff0bca03d3b58e03a01fe98c0f7154650b..aa146d2d10227a6d3ef469abac6029cd0eaf7f15 100644 (file)
        };
 
        cmt0: timer@ffca0000 {
-               compatible = "renesas,cmt-48-gen2";
+               compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2";
                reg = <0 0xffca0000 0 0x1004>;
                interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>,
                             <0 143 IRQ_TYPE_LEVEL_HIGH>;
        };
 
        cmt1: timer@e6130000 {
-               compatible = "renesas,cmt-48-gen2";
+               compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2";
                reg = <0 0xe6130000 0 0x1004>;
                interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
                             <0 121 IRQ_TYPE_LEVEL_HIGH>,