]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap4: cleanup pin mux data
authorAneesh V <aneesh@ti.com>
Thu, 21 Jul 2011 13:10:01 +0000 (09:10 -0400)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 10:49:19 +0000 (12:49 +0200)
commit469ec1e35354e45dce48299248c641367ed9e68a
treea624fbbd92829b68ce6b6e2ea53ce1d59a4af838
parentd2f18c275eef1eaca58919fb34ea0abf3bfbddcd
omap4: cleanup pin mux data

- separate mux settings into essential and non essential parts
- essential part is board independent as of now(so move it
  to SoC directory). Will help in having single SPL for all
  boards.
- Non-essential part(the pins not essential for u-boot to function)
  need to be phased out eventually.
- Correct mux data by aligning to the latest settings in x-loader

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/board.c
arch/arm/cpu/armv7/omap4/omap4_mux_data.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/sys_proto.h
board/ti/panda/panda.c
board/ti/panda/panda_mux_data.h [moved from board/ti/sdp4430/sdp.h with 76% similarity]
board/ti/sdp4430/sdp.c
board/ti/sdp4430/sdp4430_mux_data.h [moved from board/ti/panda/panda.h with 67% similarity]