Commit 5a0d8a6f authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

arm64: dts: renesas: r8a7795: add HDMI sound support

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: default avatarNguyen Viet Dung <nv-dung@jinso.co.jp>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 63eb8ee5
...@@ -2335,6 +2335,10 @@ dw_hdmi0_in: endpoint { ...@@ -2335,6 +2335,10 @@ dw_hdmi0_in: endpoint {
port@1 { port@1 {
reg = <1>; reg = <1>;
}; };
port@2 {
/* HDMI sound */
reg = <2>;
};
}; };
}; };
...@@ -2360,6 +2364,10 @@ dw_hdmi1_in: endpoint { ...@@ -2360,6 +2364,10 @@ dw_hdmi1_in: endpoint {
port@1 { port@1 {
reg = <1>; reg = <1>;
}; };
port@2 {
/* HDMI sound */
reg = <2>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment