File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 189
189
reset-names = "hdmi";
190
190
power-domains = <&pd_core>;
191
191
operating-points-v2 = <&hdmi_dvfs_opp_table>;
192
+ #sound-dai-cells = <0>;
192
193
status = "disabled";
193
194
};
194
195
388
389
status = "disabled";
389
390
};
390
391
392
+ tegra_spdif: spdif@70002400 {
393
+ compatible = "nvidia,tegra20-spdif";
394
+ reg = <0x70002400 0x200>;
395
+ interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
396
+ clocks = <&tegra_car TEGRA20_CLK_SPDIF_OUT>,
397
+ <&tegra_car TEGRA20_CLK_SPDIF_IN>;
398
+ clock-names = "out", "in";
399
+ resets = <&tegra_car 10>;
400
+ dmas = <&apbdma 3>, <&apbdma 3>;
401
+ dma-names = "rx", "tx";
402
+ #sound-dai-cells = <0>;
403
+ status = "disabled";
404
+
405
+ assigned-clocks = <&tegra_car TEGRA20_CLK_SPDIF_OUT>;
406
+ assigned-clock-parents = <&tegra_car TEGRA20_CLK_PLL_A_OUT0>;
407
+ };
408
+
391
409
tegra_i2s1: i2s@70002800 {
392
410
compatible = "nvidia,tegra20-i2s";
393
411
reg = <0x70002800 0x200>;
You can’t perform that action at this time.
0 commit comments