hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
....@@ -13,6 +13,10 @@
1313 See ../reset/reset.txt for details.
1414 - reset-names : Must include the following entries: hda, hda2hdmi, hda2codec_2x
1515
16
+Optional properties:
17
+- nvidia,model : The user-visible name of this sound complex. Since the property
18
+ is optional, legacy boards can use default name provided in hda driver.
19
+
1620 Example:
1721
1822 hda@70030000 {
....@@ -27,4 +31,5 @@
2731 <&tegra_car 128>, /* hda2hdmi */
2832 <&tegra_car 111>; /* hda2codec_2x */
2933 reset-names = "hda", "hda2hdmi", "hda2codec_2x";
34
+ nvidia,model = "jetson-tk1-hda";
3035 };