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>
        sound {
                compatible = "google,snow-audio-max98095";
 
+               samsung,model = "Snow-I2S-MAX98095";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98095>;
        };
 
        sound {
                compatible = "google,snow-audio-max98090";
 
+               samsung,model = "Peach-Pit-I2S-MAX98090";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98090>;
        };
 
        sound {
                compatible = "google,snow-audio-max98091";
 
+               samsung,model = "Peach-Pi-I2S-MAX98091";
                samsung,i2s-controller = <&i2s0>;
                samsung,audio-codec = <&max98091>;
        };