Commit 09e96a89 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: imx27-phytec-phycore-rdk: Add CSI enable switch

This patch adds a GPIO fixed regulator which used on RDK to
enable CSI bus.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 388130b0
...@@ -38,6 +38,20 @@ timing0: 240x320 { ...@@ -38,6 +38,20 @@ timing0: 240x320 {
}; };
}; };
regulators {
regulator@2 {
compatible = "regulator-fixed";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_csien>;
reg = <2>;
regulator-name = "CSI_EN";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 24 GPIO_ACTIVE_LOW>;
regulator-always-on;
};
};
usbphy { usbphy {
usbphy2: usbphy@2 { usbphy2: usbphy@2 {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
...@@ -83,6 +97,12 @@ camgpio: pca9536@41 { ...@@ -83,6 +97,12 @@ camgpio: pca9536@41 {
&iomuxc { &iomuxc {
imx27_phycore_rdk { imx27_phycore_rdk {
pinctrl_csien: csiengrp {
fsl,pins = <
MX27_PAD_USB_OC_B__GPIO2_24 0x0
>;
};
pinctrl_cspi1cs1: cspi1cs1grp { pinctrl_cspi1cs1: cspi1cs1grp {
fsl,pins = < fsl,pins = <
MX27_PAD_CSPI1_SS1__GPIO4_27 0x0 MX27_PAD_CSPI1_SS1__GPIO4_27 0x0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment