watchdog: initial add meson watchdog driver
authorBo Yang <bo.yang@amlogic.com>
Fri, 31 Mar 2017 09:44:40 +0000 (17:44 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sat, 1 Apr 2017 05:47:47 +0000 (13:47 +0800)
commitafd1a7781029bc4138435a2ef3d165ee928a42a7
treebbc8e87a66dcabd19806c5fff84a67439bb41823
parent1570047aa4f19c2c2f44bb5197481a87ca752491
watchdog: initial add meson watchdog driver

PD#138714: watchdog: initial add meson watchdog driver

add two configurations
+CONFIG_AMLOGIC_WDT=y
+CONFIG_AMLOGIC_WDT_MESON=y

Change-Id: If48e1cb61ec6f51e4fa903a83f67cdeffdd5a5b4
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
arch/arm64/configs/meson64_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/watchdog/Kconfig [new file with mode: 0644]
drivers/amlogic/watchdog/Makefile [new file with mode: 0644]
drivers/amlogic/watchdog/meson_wdt.c [new file with mode: 0644]