ARM: dts: Add sound-card name for Snow/Peach-Pit/Peach-Pi
authorTushar Behera <tushar.b@samsung.com>
Mon, 7 Jul 2014 23:20:08 +0000 (08:20 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Jul 2014 23:20:08 +0000 (08:20 +0900)
Add sound-card name property to Snow/Peach-Pit/Peach-Pi boards.

Signed-off-by: Tushar Behera <tushar.b@samsung.com>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250-snow.dts
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index 079fdf9e3f1870076a8e6123ff9d140ce46e2617..6c36d412fd30ddbfe4d598a566e79dc4967ac6f6 100644 (file)
        sound {
                compatible = "google,snow-audio-max98095";
 
+               samsung,model = "Snow-I2S-MAX98095";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98095>;
        };
index 7649982053544cee38b71d8fc8afe9699815195f..6c7cab0eba25bbe81ab4b21cf29b4f8ddc996816 100644 (file)
@@ -62,6 +62,7 @@
        sound {
                compatible = "google,snow-audio-max98090";
 
+               samsung,model = "Peach-Pit-I2S-MAX98090";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98090>;
        };
index 2c2c1379519c0f5d9a15fff5d93994db33398cab..28f2a251aee54b26e3968c6c593269dfe9f2500d 100644 (file)
@@ -60,6 +60,7 @@
        sound {
                compatible = "google,snow-audio-max98091";
 
+               samsung,model = "Peach-Pi-I2S-MAX98091";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98091>;
        };
This page took 0.026662 seconds and 5 git commands to generate.