]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'bitmain-soc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mani...
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Sep 2019 12:45:37 +0000 (14:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 4 Sep 2019 12:45:51 +0000 (14:45 +0200)
commit58324066aaddac8fe7c76e47d60bb5da56be4bbb
tree79e081e0cc0cd59265aea3a08baea135598f4135
parentf02bd65a5b63bbc8cfbe65073005909833b72bb5
parentca33f735b1195e9bafaa66f24dec40ea666e9840
Merge tag 'bitmain-soc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain into arm/dt

Bitmain SoC changes for v5.4:

Most of the basic infrastructure is completed for BM1880 SoC except
common clock support. We are still couple of patchset away from
booting a distro from eMMC/SD with mainline. Below are the changes
for this cycle:

- Added Reset controller support to BM1880 SoC based on reset-simple
  driver.
- Modified pinctrl memory map for BM1880 SoC. The initial pinctrl support
  included the PWM registers as a part of the pinctrl memory map. But this
  turned out to be useless as PWM registers are not handling any pin muxing
  at all. So removed the PWM registers from pinctrl memory map.

* tag 'bitmain-soc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain:
  arm64: dts: bitmain: Modify pin controller memory map
  arm64: dts: bitmain: Add reset controller support for BM1880 SoC

Signed-off-by: Arnd Bergmann <arnd@arndb.de>