mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ARM: dts: logicpd-torpedo-37xx-devkit: Increase camera pixel clock
The default settings used on the baseboard are good for the OMAP3530 and are compatible with the DM3730. However, the DM3730 has a faster L3 clock which means the camera pixel clock can also be pushed faster as well. This patch increase the Pixel clock to 90MHz which is the maximum the current ISP driver permits for an L3 clock of 200MHz. Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
6ba6ed6c7b
commit
6bad4f2ddb
@ -59,6 +59,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
/* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
|
||||
&mt9p031_out {
|
||||
pixel-clock-frequency = <90000000>;
|
||||
};
|
||||
|
||||
&omap3_pmx_core {
|
||||
mmc3_pins: pinmux_mm3_pins {
|
||||
pinctrl-single,pins = <
|
||||
|
Loading…
Reference in New Issue
Block a user