]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Update DT files, add am335x_gp_evm_config target
authorTom Rini <trini@konsulko.com>
Fri, 31 Jul 2015 23:55:08 +0000 (19:55 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
commitf37a3043cbbda8e084798a217d6f0c1ebe6e26b0
tree994d8f09a776cffbc8838dc50ac9b86ab6c46d22
parentf67428c2e17e25cc3f8feebb81853ef3e3c3ee4b
am33xx: Update DT files, add am335x_gp_evm_config target

- Re-sync DT files for am33xx with Linux Kernel v4.1
- Include DT file now for the "AM335x GP EVM" and build target for it,
  via device tree and DM.
- We only need to provide platform data for UART when OF_CONTROL isn't
  also enabled really.  We can just push GPIO to coming from DT

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/dts/Makefile
arch/arm/dts/am335x-bone-common.dtsi
arch/arm/dts/am335x-bone.dts [new file with mode: 0644]
arch/arm/dts/am335x-boneblack.dts
arch/arm/dts/am335x-evm.dts [new file with mode: 0644]
arch/arm/dts/am33xx-clocks.dtsi [new file with mode: 0644]
arch/arm/dts/am33xx.dtsi
arch/arm/dts/tps65910.dtsi [new file with mode: 0644]
configs/am335x_gp_evm_defconfig [new file with mode: 0644]