Commit 34caa126 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: imx: align SPI node name with dtschema

The node names should be generic and DT schema expects certain pattern.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent dac772cb
......@@ -327,7 +327,7 @@ mac0: ethernet@800f0000 {
};
};
spi2 {
spi-2 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_cfa10049>;
......@@ -351,7 +351,7 @@ hx8357: hx8357@0 {
};
};
spi3 {
spi-3 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&spi3_pins_cfa10049>;
......
......@@ -129,7 +129,7 @@ pwm: pwm@80064000 {
};
};
spi2 {
spi-2 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_cfa10055>;
......
......@@ -88,7 +88,7 @@ timing0: timing0 {
};
};
spi2 {
spi-2 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_cfa10056>;
......
......@@ -221,7 +221,7 @@ &gpio5 7 GPIO_ACTIVE_HIGH
linux,no-autorepeat;
};
spi_gpio: spi-gpio {
spi_gpio: spi {
compatible = "spi-gpio";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -137,7 +137,7 @@ sgtl5000: codec@a {
};
};
spi_gpio: spi-gpio {
spi_gpio: spi {
compatible = "spi-gpio";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -82,7 +82,7 @@ sound-wm8960 {
"AMIC", "MICB";
};
spi4 {
spi-4 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi4>;
......
......@@ -212,7 +212,7 @@ reg_usbotg_vbus: regulator-usbotgvbus {
enable-active-high;
};
spi_gpio: spi-gpio {
spi_gpio: spi {
#address-cells = <1>;
#size-cells = <0>;
compatible = "spi-gpio";
......
......@@ -39,7 +39,7 @@ volume-down {
};
};
spi4 {
spi-4 {
compatible = "spi-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi4>;
......
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