Commit 79f969f0 authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard

ARM: dts: sun4i: Add SPDIF TX pin to the A10

Add the SPDIF TX pin to the A10 dtsi.
Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 1bfbcfd1
......@@ -1006,6 +1006,13 @@ ps21_pins_a: ps21@0 {
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
};
spdif_tx_pins_a: spdif@0 {
allwinner,pins = "PB13";
allwinner,function = "spdif";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
};
};
timer@01c20c00 {
......
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