Skip to content

Commit e4da1c3

Browse files
author
XiaoTan Luo
committedJun 9, 2020
ARM: dts: rk3288: add spdif_2ch
Signed-off-by: XiaoTan Luo <[email protected]> Change-Id: Id0abf6748053cbf0666f20c28fd68bbf9c3f2086
1 parent e0923ce commit e4da1c3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎arch/arm/boot/dts/rk3288.dtsi

+15
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,21 @@
11991199
status = "disabled";
12001200
};
12011201

1202+
spdif_2ch: sound@ff880000 {
1203+
compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
1204+
reg = <0x0 0xff880000 0x0 0x10000>;
1205+
#sound-dai-cells = <0>;
1206+
clock-names = "hclk", "mclk";
1207+
clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>;
1208+
dmas = <&dmac_bus_s 2>;
1209+
dma-names = "tx";
1210+
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
1211+
pinctrl-names = "default";
1212+
pinctrl-0 = <&spdif_tx>;
1213+
rockchip,grf = <&grf>;
1214+
status = "disabled";
1215+
};
1216+
12021217
rng: rng@ff8a0000 {
12031218
compatible = "rockchip,cryptov1-rng";
12041219
reg = <0x0 0xff8a0000 0x0 0x4000>;

0 commit comments

Comments
 (0)
Please sign in to comment.