arm: add mach-nexell (header files)
authorStefan Bosch <stefan_b@posteo.net>
Fri, 10 Jul 2020 17:07:25 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 12:43:40 +0000 (08:43 -0400)
commita1ce9ed0637fd329c7c0d5ee7c92ceb332866c65
treebee27b92d3854f805f8b09b04bf5068de761426c
parent2e2c2a5e72a86238a0b4cd7885d3cbb403c8b882
arm: add mach-nexell (header files)

Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- DM_VIDEO support (display_dev.h).
- boot0.h added, handles NSIH --> tools/nexell obsolete.
- gpio.h: Include-path to errno.h changed.

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
12 files changed:
arch/arm/mach-nexell/include/mach/boot0.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/clk.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/display.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/display_dev.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/ehci.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/gpio.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/mipi_display.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/nexell.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/nx_gpio.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/reset.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/sec_reg.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/tieoff.h [new file with mode: 0644]