ARM: shmobile: sh73a0 dtsi: Add SoC-specific FSI2 compatible property
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 6 Jan 2015 20:01:51 +0000 (21:01 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 8 Jan 2015 00:09:18 +0000 (09:09 +0900)
The FSI2 sound node used the generic compatible property only.
Add the SoC-specific one, to make it future proof.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0.dtsi

index d8def5a..d4cfb06 100644 (file)
 
        sh_fsi2: sound@ec230000 {
                #sound-dai-cells = <1>;
-               compatible = "renesas,sh_fsi2";
+               compatible = "renesas,fsi2-sh73a0", "renesas,sh_fsi2";
                reg = <0xec230000 0x400>;
                interrupts = <0 146 0x4>;
                status = "disabled";