mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
ARM: dts: imx7s-warp: add csi and mipi_csi node
Add and enable csi and mipi_csi nodes. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
6a2736fccf
commit
2cd37a97d1
@@ -77,6 +77,10 @@ &clks {
|
||||
assigned-clock-rates = <884736000>;
|
||||
};
|
||||
|
||||
&csi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c1>;
|
||||
@@ -213,6 +217,12 @@ mpl3115@60 {
|
||||
};
|
||||
};
|
||||
|
||||
&mipi_csi {
|
||||
clock-frequency = <166000000>;
|
||||
fsl,csis-hs-settle = <3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_sai1>;
|
||||
@@ -279,6 +289,10 @@ &usdhc3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&video_mux {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdog1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_wdog>;
|
||||
|
||||
Reference in New Issue
Block a user