mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3036 dts: add dummy hdmi i2s device.
This commit is contained in:
@@ -86,6 +86,26 @@
|
||||
key {
|
||||
compatible = "rockchip,key";
|
||||
};
|
||||
|
||||
codec_hdmi_i2s: codec-hdmi-i2s {
|
||||
compatible = "hdmi-i2s";
|
||||
};
|
||||
|
||||
rockchip-hdmi-i2s {
|
||||
compatible = "rockchip-hdmi-i2s";
|
||||
dais {
|
||||
dai0 {
|
||||
audio-codec = <&codec_hdmi_i2s>;
|
||||
i2s-controller = <&i2s>;
|
||||
format = "i2s";
|
||||
//continuous-clock;
|
||||
//bitclock-inversion;
|
||||
//frame-inversion;
|
||||
//bitclock-master;
|
||||
//frame-master;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart0{
|
||||
|
||||
Reference in New Issue
Block a user