Commit be0f167a authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard

ARM: dts: sun7i: Add SPDIF to the Itead Ibox

Enable the S/PDIF transmitter that is present on the Itead Ibox.
Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 8bdc4a0d
...@@ -65,6 +65,24 @@ blue { ...@@ -65,6 +65,24 @@ blue {
default-state = "on"; default-state = "on";
}; };
}; };
sound {
compatible = "simple-audio-card";
simple-audio-card,name = "On-board SPDIF";
simple-audio-card,cpu {
sound-dai = <&spdif>;
};
simple-audio-card,codec {
sound-dai = <&spdif_out>;
};
};
spdif_out: spdif-out {
#sound-dai-cells = <0>;
compatible = "linux,spdif-dit";
};
}; };
&ahci { &ahci {
...@@ -123,3 +141,9 @@ led_pins_itead_core: led_pins@0 { ...@@ -123,3 +141,9 @@ led_pins_itead_core: led_pins@0 {
&reg_ahci_5v { &reg_ahci_5v {
status = "okay"; status = "okay";
}; };
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&spdif_tx_pins_a>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment