Skip to content

Commit

Permalink
CHIP: add device tree overlay support
Browse files Browse the repository at this point in the history
CHIP and CHIP Pro devices have options of DIP addon boards some of which need
overlays from the beginning so it makes sense to enable device tree overlays.

Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute authored and trini committed Jul 6, 2017
1 parent 177f461 commit 3690cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/CHIP_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
CONFIG_G_DNL_PRODUCT_NUM=0x1010
CONFIG_OF_LIBFDT=y
CONFIG_OF_LIBFDT_OVERLAY=y
2 changes: 2 additions & 0 deletions configs/CHIP_pro_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
CONFIG_G_DNL_PRODUCT_NUM=0x1010
CONFIG_OF_LIBFDT=y
CONFIG_OF_LIBFDT_OVERLAY=y

0 comments on commit 3690cbd

Please sign in to comment.