34 lines
513 B
Plaintext
Executable File
34 lines
513 B
Plaintext
Executable File
/**
|
|
* enable hdmi dispaly
|
|
*/
|
|
|
|
&hdmi {
|
|
status = "okay";
|
|
};
|
|
|
|
&hdmi_in_vp0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&hdmi_in_vp1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi_sound {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2s0_8ch {
|
|
status = "okay";
|
|
};
|
|
|
|
&hdmi {
|
|
rockchip,phy-table =
|
|
<92812500 0x8009 0x0000 0x0270>,
|
|
<165000000 0x800b 0x0000 0x026d>,
|
|
<185625000 0x800b 0x0000 0x01ed>,
|
|
<297000000 0x800b 0x0000 0x01ad>,
|
|
<594000000 0x8029 0x0000 0x0088>,
|
|
<000000000 0x0000 0x0000 0x0000>;
|
|
};
|