On 31.01.2022 13:44:28, petter@xxxxxxxxxx wrote: > DMA is disabled. CLK and MOSI are looking fine. > > Very interessing, CSs are not asserted when loading driver (on old > kernel it does), but I can measure "high" after HW initialisation. Asserted means low? > Since I did not change the IOs between the old and new device tree > assuming the "high" on CS also showing correct PAD / GPIO > configuration there seems a problem asserting the CS. | &ecspi2 { | pinctrl-names = "default"; | pinctrl-0 = <&pinctrl_ecspi2>; | status = "okay"; | | fsl,spi-num-chipselects = <2>; V | cs-gpios = <&gpio5 1 0>, <&gpio1 3 0>; ^ ^ Have a look at include/dt-bindings/gpio/gpio.h: /* Bit 0 express polarity */ #define GPIO_ACTIVE_HIGH 0 #define GPIO_ACTIVE_LOW 1 I'm using GPIO_ACTIVE_LOW in my DT on imx6dl. | | | mcp2518fd@0 { | compatible = "microchip,mcp2518fd"; | reg = <0>; | interrupts-extended = <&gpio3 0 IRQ_TYPE_LEVEL_LOW>; | spi-max-frequency = <20000000>; | clocks = <&mcp2518fd_clk>; | }; | | mcp2518fd@1 { | compatible = "microchip,mcp2518fd"; | reg = <1>; | interrupts-extended = <&gpio4 23 IRQ_TYPE_LEVEL_LOW>; | spi-max-frequency = <20000000>; | clocks = <&mcp2518fd_clk>; | }; | }; > cat /sys/kernel/debug/gpio looks good (gpio-3 and gpio-129) This doesn't look consistent with your DT, above. I'm always confused with numbering starting with 0 and 1 in the DT, but I think: gpiochip0: gpio-3 == &gpio1 3 gpiochip3: gpio-129 == &gpio4 1 (not &gpio5 1 as in you DT) > gpiochip0: GPIOs 0-31, parent: platform/30200000.gpio, 30200000.gpio: > gpio-3 ( |spi1 CS1 ) out hi ACTIVE LOW > gpio-5 ( |regulator-vbus ) out lo > > gpiochip1: GPIOs 64-95, parent: platform/30220000.gpio, 30220000.gpio: > gpio-67 ( |spi3 CS0 ) out hi ACTIVE LOW > > gpiochip2: GPIOs 96-127, parent: platform/30230000.gpio, 30230000.gpio: > > gpiochip3: GPIOs 128-159, parent: platform/30240000.gpio, 30240000.gpio: > gpio-128 ( |cd ) in hi IRQ ACTIVE LOW > gpio-129 ( |spi1 CS0 ) out hi ACTIVE LOW regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phone: +49-231-2826-924 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Attachment:
signature.asc
Description: PGP signature