Commit e8e8d621 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: imx27-phytec-phycore-rdk: Add missing pinctrl definition for SPI CS1

This patch adds missing pinctrl definition for SPI chipselect 1.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 22970070
...@@ -15,6 +15,7 @@ / { ...@@ -15,6 +15,7 @@ / {
}; };
&cspi1 { &cspi1 {
pinctrl-0 = <&pinctrl_cspi1>, <&pinctrl_cspi1cs1>;
fsl,spi-num-chipselects = <2>; fsl,spi-num-chipselects = <2>;
cs-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>, cs-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>,
<&gpio4 27 GPIO_ACTIVE_LOW>; <&gpio4 27 GPIO_ACTIVE_LOW>;
...@@ -36,6 +37,12 @@ camgpio: pca9536@41 { ...@@ -36,6 +37,12 @@ camgpio: pca9536@41 {
&iomuxc { &iomuxc {
imx27_phycore_rdk { imx27_phycore_rdk {
pinctrl_cspi1cs1: cspi1cs1grp {
fsl,pins = <
MX27_PAD_CSPI1_SS1__GPIO4_27 0x0
>;
};
pinctrl_i2c1: i2c1grp { pinctrl_i2c1: i2c1grp {
/* Add pullup to DATA line */ /* Add pullup to DATA line */
fsl,pins = < fsl,pins = <
......
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