Re: [U-Boot] [PATCH v5 1/4] dm: gpio: Add driver for MPC85XX GPIO controller

2016-06-04 Thread York Sun
On 05/25/2016 06:16 AM, Mario Six wrote: > From: "mario@gdsys.cc" > > This patch adds a driver for the built-in GPIO controller of the MPC85XX > SoC (probably supporting other PowerQUICC III SoCs as well). > > Each GPIO bank is identified by its own entry in the device tree, i.e. > > gpio-c

[U-Boot] [PATCH v5 1/4] dm: gpio: Add driver for MPC85XX GPIO controller

2016-05-25 Thread Mario Six
From: "mario@gdsys.cc" This patch adds a driver for the built-in GPIO controller of the MPC85XX SoC (probably supporting other PowerQUICC III SoCs as well). Each GPIO bank is identified by its own entry in the device tree, i.e. gpio-controller@fc00 { #gpio-cells = <2>; compatibl