Re: remove board_id use in prcm and omgpio

2016-07-16 Thread Mark Kettenis
> Date: Sat, 16 Jul 2016 16:07:23 +1000 > From: Jonathan Gray > > prcm and omgpio have to attach early so we can't easily test > against the right fdt node without searching the entire > tree. The following uses the compatible property of the root > node to decide how to set the function pointer

Re: remove board_id use in prcm and omgpio

2016-07-15 Thread Jonathan Gray
On Sat, Jul 16, 2016 at 04:07:23PM +1000, Jonathan Gray wrote: > prcm and omgpio have to attach early so we can't easily test > against the right fdt node without searching the entire > tree. The following uses the compatible property of the root > node to decide how to set the function pointers i

remove board_id use in prcm and omgpio

2016-07-15 Thread Jonathan Gray
prcm and omgpio have to attach early so we can't easily test against the right fdt node without searching the entire tree. The following uses the compatible property of the root node to decide how to set the function pointers instead of board ids. The beaglebone specific pad configuration in omgp