From: Geert Uytterhoeven Date: Tue, 6 Jan 2015 20:01:51 +0000 (+0100) Subject: ARM: shmobile: sh73a0 dtsi: Add SoC-specific FSI2 compatible property X-Git-Tag: v4.0-rc1~69^2~26^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f76452fdfe3fdd930b83d108158d4f0507a32f5f;p=linux.git ARM: shmobile: sh73a0 dtsi: Add SoC-specific FSI2 compatible property 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 Acked-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index d8def5a529da..d4cfb0662643 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -317,7 +317,7 @@ pfc: pfc@e6050000 { 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";