mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: rockchip: Enable HDMI sound on SOQuartz
This patch enables the i2s0 node on SOQuartz, which is responsible for hdmi audio, and adds an hdmi-sound node to enable said audio. Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Link: https://lore.kernel.org/r/20221112160404.70868-4-frattaroli.nicolas@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
36d7a60570
commit
70b620c4ba
|
|
@ -178,6 +178,10 @@ hdmi_out_con: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
&hdmi_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
|
|
@ -446,6 +450,10 @@ &i2c4 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&i2s0_8ch {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* i2s1_8ch is exposed on CM1 / Module1A
|
||||
* pin 24 - i2s1_sdi1_m1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user