diff options
author | 2019-01-15 16:07:42 +0000 | |
---|---|---|
committer | 2019-01-15 16:07:42 +0000 | |
commit | 94ef1c46aee77e8ad7520b97cb1eb37bcf71d15f (patch) | |
tree | 204f8e74a04cc4e25eeb8dee051c1b8bba6fd204 /sys/dev/fdt/sxiccmu_clocks.h | |
parent | In PostScript and PDF output, one AFM unit is not nearly enough (diff) | |
download | wireguard-openbsd-94ef1c46aee77e8ad7520b97cb1eb37bcf71d15f.tar.xz wireguard-openbsd-94ef1c46aee77e8ad7520b97cb1eb37bcf71d15f.zip |
Add missing Allwinner H3/H5 OHCI clocks.
Diffstat (limited to 'sys/dev/fdt/sxiccmu_clocks.h')
-rw-r--r-- | sys/dev/fdt/sxiccmu_clocks.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/fdt/sxiccmu_clocks.h b/sys/dev/fdt/sxiccmu_clocks.h index 0670cc4283e..1eee1e673da 100644 --- a/sys/dev/fdt/sxiccmu_clocks.h +++ b/sys/dev/fdt/sxiccmu_clocks.h @@ -325,6 +325,10 @@ struct sxiccmu_ccu_bit sun9i_a80_mmc_gates[] = { #define H3_CLK_USB_PHY1 89 #define H3_CLK_USB_PHY2 90 #define H3_CLK_USB_PHY3 91 +#define H3_CLK_USB_OHCI0 92 +#define H3_CLK_USB_OHCI1 93 +#define H3_CLK_USB_OHCI2 94 +#define H3_CLK_USB_OHCI3 95 #define H3_CLK_LOSC 254 #define H3_CLK_HOSC 253 @@ -361,6 +365,10 @@ struct sxiccmu_ccu_bit sun8i_h3_gates[] = { [H3_CLK_USB_PHY1] = { 0x00cc, 9 }, [H3_CLK_USB_PHY2] = { 0x00cc, 10 }, [H3_CLK_USB_PHY3] = { 0x00cc, 11 }, + [H3_CLK_USB_OHCI0] = { 0x00cc, 16 }, + [H3_CLK_USB_OHCI1] = { 0x00cc, 17 }, + [H3_CLK_USB_OHCI2] = { 0x00cc, 18 }, + [H3_CLK_USB_OHCI3] = { 0x00cc, 19 }, }; #define H3_R_CLK_AHB0 1 |