From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Sat, 22 Sep 2018 09:16:58 +0200 Subject: [U-Boot] [PATCH v2 1/2] arm: at91: wdt: Convert watchdog driver to dm/dt In-Reply-To: <1536964190-32031-1-git-send-email-Prasanthi.Chellakumar@microchip.com> References: <1536964190-32031-1-git-send-email-Prasanthi.Chellakumar@microchip.com> Message-ID: <20180922071657.GA3711@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prasanthi, > Convert the Watchdog driver for AT91SAM9x processors to support > the driver model and device tree. > Signed-off-by: Prasanthi Chellakumar > --- > arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++- > drivers/watchdog/Kconfig | 7 ++ > drivers/watchdog/Makefile | 2 +- > drivers/watchdog/at91sam9_wdt.c | 106 +++++++++++++++++++++-------- > 4 files changed, 96 insertions(+), 31 deletions(-) Your patch breaks arm926ejs and atmel. https://travis-ci.org/pevik/u-boot/builds/430694055 Kind regards, Petr