Advertisement
uaa

[wip:20200104] add Allwinner V3s support (1/2)

uaa
Jan 4th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Index: conf/GENERIC
  2. ===================================================================
  3. RCS file: /cvsroot/src/sys/arch/evbarm/conf/GENERIC,v
  4. retrieving revision 1.68
  5. diff -u -r1.68 GENERIC
  6. --- conf/GENERIC 29 Nov 2019 20:54:17 -0000 1.68
  7. +++ conf/GENERIC 4 Jan 2020 06:50:00 -0000
  8. @@ -221,6 +221,9 @@
  9. sun8i-h3-orangepi-plus2e.dts
  10. sun8i-h3-orangepi-zero-plus2.dts
  11.  
  12. + sun8i-v3s-licheepi-zero-dock.dts
  13. + sun8i-v3s-licheepi-zero.dts
  14. +
  15. sun9i-a80-cubieboard4.dts
  16. sun9i-a80-optimus.dts
  17.  
  18. @@ -267,6 +270,7 @@
  19. options SOC_SUN7I_A20
  20. options SOC_SUN8I_A83T
  21. options SOC_SUN8I_H3
  22. +options SOC_SUN8I_V3S
  23. options SOC_SUN9I_A80
  24. options SOC_TEGRA124
  25. options SOC_VIRT
  26. @@ -352,6 +356,7 @@
  27. sun8ia83tccu* at fdt? pass 2 # Allwinner A83T CCU
  28. sun8ih3ccu* at fdt? pass 2 # Allwinner H3 CCU
  29. sun8ih3rccu* at fdt? pass 2 # Allwinner H3 CCU (PRCM)
  30. +sun8iv3sccu* at fdt? pass 2 # Allwinner V3s CCU
  31. sun9ia80ccu* at fdt? pass 2 # Allwinner A80 CCU
  32. sunxiresets* at fdt? pass 1 # Allwinner Misc. clock resets
  33. sunxigates* at fdt? pass 1 # Allwinner Misc. clock gates
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement