rk312x dts: add set fb disp-mode prop

This commit is contained in:
zwl
2014-08-29 17:40:04 +08:00
parent 606fff53d1
commit f4ef2d7f9a
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,10 @@
};
};
&fb {
rockchip,disp-mode = <NO_DUAL>;
};
&rk_screen {
display-timings = <&disp_timings>;
};

View File

@@ -22,6 +22,10 @@
};
};
&fb {
rockchip,disp-mode = <ONE_DUAL>;
};
&rk_screen {
display-timings = <&disp_timings>;
};