Re: [PATCH v2 4/5] arm64: dts: freescale: Add the GOcontroll Moduline IV
From: Maud Spierings
Date: Wed Oct 22 2025 - 06:18:35 EST
+/* SPI 2 */
+&ecspi1 {
+ pinctrl-0 = <&pinctrl_ecspi1>;
+ pinctrl-names = "default";
This is bad, missed this. Will be fixed in the next version, same for the mini devicetree and all spi interfaces.
+ cs-gpios = <
+ &gpio1 9 GPIO_ACTIVE_LOW
+ &gpio1 0 GPIO_ACTIVE_LOW
+ &gpio5 2 GPIO_ACTIVE_LOW
+ &gpio4 27 GPIO_ACTIVE_LOW
+ &gpio3 1 GPIO_ACTIVE_LOW
+ >;
+ status = "okay";
Kind regards,
Maud