> Date: Sun, 8 Sep 2019 19:03:01 +0200 (CEST) > From: Mark Kettenis <mark.kette...@xs4all.nl> > > > Date: Sun, 08 Sep 2019 17:55:12 +0900 > > From: SASANO Takayoshi <u...@mx5.nisiq.net> > > > > Hello, > > > > here is the log, axp805 is recognized but SD is not recognized. > > Thanks. I've committed the driver with a small fix. Maybe that'll > fix the detection of the SD card. > > Support for the axp805 will have to be added to axpmic(4), but as far > as I can tell that isn't crucial.
Also, does the attached diff help with making the USB ports work? Index: dev/fdt/ehci_fdt.c =================================================================== RCS file: /cvs/src/sys/dev/fdt/ehci_fdt.c,v retrieving revision 1.6 diff -u -p -r1.6 ehci_fdt.c --- dev/fdt/ehci_fdt.c 11 Aug 2019 11:16:05 -0000 1.6 +++ dev/fdt/ehci_fdt.c 8 Sep 2019 17:29:37 -0000 @@ -175,6 +175,7 @@ struct ehci_phy ehci_phys[] = { { "allwinner,sun8i-r40-usb-phy", sun4i_phy_init }, { "allwinner,sun8i-v3s-usb-phy", sun4i_phy_init }, { "allwinner,sun50i-a64-usb-phy", sun4i_phy_init }, + { "allwinner,sun50i-h6-usb-phy", sun4i_phy_init }, { "allwinner,sun9i-a80-usb-phy", sun9i_phy_init }, };