summaryrefslogtreecommitdiff
path: root/configs/rpi_0_w_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2018-01-28bcm283x: Add pinctrl driverAlexander Graf1-0/+4
The bcm283x family of SoCs have a GPIO controller that also acts as pinctrl controller. This patch introduces a new pinctrl driver that can actually properly mux devices into their device tree defined pin states and is now the primary owner of the gpio device. The previous GPIO driver gets moved into a subdevice of the pinctrl driver, bound to the same OF node. That way whenever a device asks for pinctrl support, it gets it automatically from the pinctrl driver and GPIO support is still available in the normal command line phase. Signed-off-by: Alexander Graf <agraf@suse.de>
2018-01-19rpi_0_w: Add configs consistent with RpI3Drew Moseley1-0/+7
CONFIG_OF_EMBED in particular is needed to allow the Raspberry Pi firmware to pass the DTB to U-Boot and on to the kernel. Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
2017-12-19configs: Resync with savedefconfigTom Rini1-3/+2
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov1-0/+28
Signed-off-by: Dmitry Korunov <dessel.k@gmail.com>