
This is the second patch set series prepared on top of the first patch set ("add initial support for broadcom NS3 soc").
This patch set will add following, -defconfig options for basic device like pinctrl, gpio, mmc, qspi, wdt, i2c and pcie. -start wdt service -Enable GPT commands -Enable EXT4 and FAT fs support
Changes from v1: -Address review comments from Simon, -include <dm.h> instead of <dm/device.h> and <dm/uclass.h> -remove include <fdtdec.h> as its not required -Use if() instead of #if def -rearrange code in start_wdt() -remove #else part of #ifdef CONFIG_DT
-Address review comments from Tom and Simon, Remove all dt patches as uboot should use the same dt file from Linux.
Rayagonda Kokatanur (8): configs: ns3: enable pinctrl driver dt-bindings: pinctrl: add ns3 pads definition configs: ns3: enable BCM IPROC mmc driver configs: ns3: enable mmc commands configs: ns3: enable gpt commands configs: ns3: enable EXT4 and FAT fs support configs: ns3: enable sp805 watchdog driver board: ns3: start sp805 watchdog service
board/broadcom/bcmns3/ns3.c | 50 +++++++++++++++++++ configs/bcm_ns3_defconfig | 19 +++++++ .../dt-bindings/pinctrl/brcm,pinctrl-ns3.h | 41 +++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 include/dt-bindings/pinctrl/brcm,pinctrl-ns3.h