]> git.karo-electronics.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)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:06 +0000 (20:48 -0400)
commit1480fdf8a6dad28de70ade72974db436f7967525
treef6f6a11001745a64a5b09a9148897f08fc320ebc
parent8883ddafdeb398443870b7996a22cb65fd6d4bb4
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]