> Date: Thu, 2 Dec 2021 21:17:14 +0100 (CET) > From: Mark Kettenis <mark.kette...@xs4all.nl> > > > Date: Sat, 27 Nov 2021 06:22:34 +0900 > > From: SASANO Takayoshi <u...@mx5.nisiq.net> > > > > Hello, > > > > I am still trying to run OpenBSD on Orange Pi One Plus(Allwinner H6). > > At least following fixes are needed. > > > > - add AXP805 support to axppmic > > - add DW-UART FIFO fix to com > > (previously posted at > > https://www.mail-archive.com/arm@openbsd.org/msg02146.html > > but not tested on Rockchip and Marvell yet) > > - add Allwinner H6 USB-PHY support to ehci_fdt > > - add Allwinner H6 clock/reset setting to sxiccmu > > > > On Orange Pi One Plus, AXP805 PMIC can access from I2C and RSB. > > Linux uses RSB but U-Boot (2021.10) DTB uses I2C. > > sxirsb has "early 1" option to initialize before other devices, > > so sxitwi needs same thing. > > A few ok's below for basically everything but the com(4) changes. But > please split those up (combining the sxiccmu bits of course). > > Will try to test the com(4) changes soon.
Can you send out a diff with just the com(4) changes? Thanks, Mark