]> git.baikalelectronics.ru Git - kernel.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)
commitd685fc4d7871d4822f43f0c8a150bad1d1a3a31b
tree79e081e0cc0cd59265aea3a08baea135598f4135
parentaa62a903ac46b9c35c32ff4b4ace89a92d1e079e
parenta35b1af65e8b8c5c3664bacdc1a3122fc9b25455
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>