[PATCH v2 0/5] rockchip: rk3229: add sdram and sd support

Kever Yang kever.yang at rock-chips.com
Thu Aug 17 00:17:32 PDT 2017


Add sdram driver for rk3229 and other fix like pinctrl and sd node.


Changes in v2:
- split this patch in two patches

Kever Yang (5):
  rockchip: rk322x: update dram bank size
  rockchip: rk322x: add sdram driver
  rockchip: rk322x: pinctrl: using compatible name same with dts
  rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin
  rockchip: dts: rk3229: remove dram channel info

 arch/arm/dts/rk3229-evb.dts                       |   1 -
 arch/arm/include/asm/arch-rockchip/sdram_rk322x.h | 581 +++++++++++++++
 arch/arm/mach-rockchip/rk322x-board.c             |  10 +-
 arch/arm/mach-rockchip/rk322x/Makefile            |   1 +
 arch/arm/mach-rockchip/rk322x/sdram_rk322x.c      | 855 ++++++++++++++++++++++
 drivers/pinctrl/rockchip/pinctrl_rk322x.c         |   8 +-
 6 files changed, 1447 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk322x.h
 create mode 100644 arch/arm/mach-rockchip/rk322x/sdram_rk322x.c

-- 
1.9.1




More information about the Linux-rockchip mailing list