arm64: dts: rockchip: rk3588-evb: Add hdmi sound for evb

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Ia8f538a1dc8c18aa9bcc7adb4fe9d182e2eb19eb
This commit is contained in:
Sugar Zhang
2021-11-10 15:03:23 +08:00
committed by Tao Huang
parent 0bd9ec6285
commit 11e33efe53
7 changed files with 85 additions and 0 deletions

View File

@@ -84,6 +84,36 @@
default-brightness-level = <200>;
};
hdmi0_sound: hdmi0-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <128>;
simple-audio-card,name = "rockchip,hdmi0";
simple-audio-card,cpu {
sound-dai = <&i2s5_8ch>;
};
simple-audio-card,codec {
sound-dai = <&hdmi0>;
};
};
hdmi1_sound: hdmi1-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <128>;
simple-audio-card,name = "rockchip,hdmi1";
simple-audio-card,cpu {
sound-dai = <&i2s6_8ch>;
};
simple-audio-card,codec {
sound-dai = <&hdmi1>;
};
};
leds: leds {
compatible = "gpio-leds";
work_led: work {

View File

@@ -221,6 +221,10 @@
status = "okay";
};
&hdmi0_sound {
status = "okay";
};
&i2c2 {
status = "okay";
@@ -316,6 +320,10 @@
};
};
&i2s5_8ch {
status = "okay";
};
&mdio0 {
rgmii_phy: phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";

View File

@@ -172,6 +172,10 @@
status = "okay";
};
&hdmi0_sound {
status = "okay";
};
&i2c2 {
status = "okay";
@@ -227,6 +231,10 @@
};
};
&i2s5_8ch {
status = "okay";
};
&mipi_dcphy1 {
status = "okay";
};

View File

@@ -748,6 +748,10 @@
status = "okay";
};
&hdmi1_sound {
status = "okay";
};
&i2c0 {
status = "okay";
@@ -905,6 +909,10 @@
};
};
&i2s6_8ch {
status = "okay";
};
&mipi_dcphy0 {
status = "okay";
};

View File

@@ -128,12 +128,20 @@
status = "okay";
};
&hdmi1_sound {
status = "okay";
};
&i2s3_2ch {
status = "okay";
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
};
&i2s6_8ch {
status = "okay";
};
&mipi_dcphy0 {
status = "disabled";
};

View File

@@ -84,6 +84,21 @@
default-brightness-level = <200>;
};
hdmi0_sound: hdmi0-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <128>;
simple-audio-card,name = "rockchip,hdmi0";
simple-audio-card,cpu {
sound-dai = <&i2s5_8ch>;
};
simple-audio-card,codec {
sound-dai = <&hdmi0>;
};
};
leds: leds {
compatible = "gpio-leds";
work_led: work {

View File

@@ -697,6 +697,10 @@
status = "okay";
};
&hdmi0_sound {
status = "okay";
};
&i2c2 {
status = "okay";
@@ -806,6 +810,10 @@
};
};
&i2s5_8ch {
status = "okay";
};
&mipi_dcphy0 {
status = "disabled";
};