Skip to content

Commit 0839a79

Browse files
yihsin-hungasus-leslieyu
authored andcommitted
Enable the dts of PCM5122 for Pi-DAC+ and Pi-AMP+
Change-Id: I65a4117238cab79b6fee2297098f63277ed9ea29 Signed-off-by: yi-hsin_hung <yi-hsin_hung@asus.com>
1 parent cae2a24 commit 0839a79

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,13 @@
498498

499499
&i2c1 {
500500
status = "okay";
501+
502+
pcm5122: pcm5122@4c {
503+
#sound-dai-cells = <0>;
504+
compatible = "ti,pcm5122";
505+
reg = <0x4c>;
506+
status = "disabled";
507+
};
501508
};
502509

503510
&i2c3 {

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@
983983
clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
984984
pinctrl-names = "default";
985985
pinctrl-0 = <&i2s0_bus>;
986+
rockchip,xfer-mode = <0>;
986987
status = "disabled";
987988
};
988989

0 commit comments

Comments
 (0)