Skip to content

Commit

Permalink
arm64: dts: mekotronics: enable avsd; add missing sound-dai-cells to …
Browse files Browse the repository at this point in the history
…v12's hdmirx_ctrler

- source: vendor drop `blueberry_edge_patch_230810`
  • Loading branch information
rpardini committed Oct 11, 2023
1 parent 788a459 commit 5e89d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
&hdmirx_ctrler {
status = "okay";

#sound-dai-cells = <1>;
/* Effective level used to trigger HPD: 0-low, 1-high */
hpd-trigger-level = <1>;
hdmirx-det-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>; //gpio1_d5
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-blueberry.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
status = "okay";
};

&avsd {
status = "okay";
};

&CPU_SLEEP {
status = "disabled";
};
Expand Down

0 comments on commit 5e89d7b

Please sign in to comment.