ARM: dts: imx7-mba7: Add SPI1_SS0 as chip select 3
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:45 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:40:40 +0000 (12:40 +0800)
ECSPI1.SS0 was missing in the list.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

index 7b7bc86265fc051dda4454eff1a9e5a812c10193..e887889816c731069d51d6e79d01a52d46faa3d4 100644 (file)
 
 &ecspi1 {
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_ecspi1>;
+       pinctrl-0 = <&pinctrl_ecspi1>, <&pinctrl_ecspi1_ss0>;
        cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>,
-                  <&gpio4 2 GPIO_ACTIVE_LOW>;
+                  <&gpio4 2 GPIO_ACTIVE_LOW>, <&gpio4 19 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
 
                        <MX7D_PAD_UART2_RX_DATA__GPIO4_IO2              0x74>;
        };
 
+       pinctrl_ecspi1_ss0: ecspi1ss0grp {
+               fsl,pins = <
+                       MX7D_PAD_ECSPI1_SS0__GPIO4_IO19                 0x74
+               >;
+       };
+
        pinctrl_ecspi2: ecspi2grp {
                fsl,pins =
                        <MX7D_PAD_ECSPI2_MISO__ECSPI2_MISO              0x7c>,