mbox series

[v3,0/4] pocketbeagle device tree updates

Message ID 20230822143051.7640-1-twoerner@gmail.com (mailing list archive)
Headers show
Series pocketbeagle device tree updates | expand

Message

Trevor Woerner Aug. 22, 2023, 2:30 p.m. UTC
A couple device-tree updates for pocketbeagle:

1) Update the LED information

2) Remove a dependency cycle.

3) Now that mainline supports the PRUs via remoteproc, update the pin 
   information to enable the PRU pins and set their mode appropriately
   as per the silkscreen.

4) Add a missing mode setting for a GPIO pin.

v3:
- patch 1: retain the "label" property for backwards compatibility with
  beagle documentation and tutorials, simply add "color" and "function"
  properties
- the remaining patches are unmodified

v2:
- update the patches to remove the pinctrl-0 property early in the set 
- patch 2 is new, patches 3 and 4 adjusted accordingly

Trevor Woerner (4):
  ARM: dts: am335x-pocketbeagle: update LED information
  ARM: dts: am335x-pocketbeagle: remove dependency cycle
  ARM: dts: am335x-pocketbeagle: enable pru
  ARM: dts: am335x-pocketbeagle: add missing GPIO mux

 .../boot/dts/ti/omap/am335x-pocketbeagle.dts  | 58 ++++++++++++++++---
 1 file changed, 49 insertions(+), 9 deletions(-)