While testing a 7 Segment Click, I found an error 
in am335x-pocketbeagle.dts:  The mode for P2_25 (SPI1 MOSI) should be 4 
(spi1_d1), not 5 (spi1_cs0).

@@ -660,7 +660,7 @@
 
  /* P2_25 (ZCZ ball E17) */
  P2_25_default_pin: pinmux_P2_25_default_pin { pinctrl-single,pins = <
- AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE5) >; }; /* 
uart0_rtsn.spi1_cs0 */
+ AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE4) >; }; /* 
uart0_rtsn.spi1_d1 */
  P2_25_gpio_pin: pinmux_P2_25_gpio_pin { pinctrl-single,pins = <
  AM33XX_IOPAD(0x096c, PIN_OUTPUT | INPUT_EN | MUX_MODE7) >; }; /* 
uart0_rtsn.gpio1_9 */
  P2_25_gpio_pu_pin: pinmux_P2_25_gpio_pu_pin { pinctrl-single,pins = <
@@ -668,7 +668,7 @@
  P2_25_gpio_pd_pin: pinmux_P2_25_gpio_pd_pin { pinctrl-single,pins = <
  AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLDOWN | INPUT_EN | MUX_MODE7) >; }; /* 
uart0_rtsn.gpio1_9 */
  P2_25_spi_pin: pinmux_P2_25_spi_pin { pinctrl-single,pins = <
- AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE5) >; }; /* 
uart0_rtsn.spi1_cs0 */
+ AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE4) >; }; /* 
uart0_rtsn.spi1_d1 */
  P2_25_i2c_pin: pinmux_P2_25_i2c_pin { pinctrl-single,pins = <
  AM33XX_IOPAD(0x096c, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE3) >; }; /* 
uart0_rtsn.I2C1_SCL */
  P2_25_uart_pin: pinmux_P2_25_uart_pin { pinctrl-single,pins = <

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/33e0c1f3-8f29-412b-b28e-fd9c84563a30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to