diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-08-21 09:25:22 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-21 09:25:22 +0200 |
commit | 2e9a41dca33f06ec46aad332f17e2fcc07d20578 (patch) | |
tree | 53bbb744ee4e073984f75cf993c022e773cdf7a0 /drivers/bus | |
parent | e517030e2689c3f04a5516c1b4c007c8a64c597b (diff) | |
parent | 5e4fb6429761ebe8f5acb5a761fa57d02a91ac6f (diff) | |
download | linux-2e9a41dca33f06ec46aad332f17e2fcc07d20578.tar.bz2 |
Merge tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/drivers
Pull "Allwinner driver changes for 4.14" from Chen-Yu Tsai:
Usual driver changes:
- SUNXI_RSB bus driver enabled by default for ARM64
- Support for SRAM controller and SRAM C block on the A64 added
* tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
drivers: soc: sunxi: add support for A64 and its SRAM C
drivers: soc: sunxi: add support for remapping func value to reg value
drivers: soc: sunxi: fix error processing on base address when claiming
dt-bindings: add binding for Allwinner A64 SRAM controller and SRAM C
bus: sunxi-rsb: Enable by default for ARM64
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 2408ea38a39c..ae3d8f3444b9 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -132,7 +132,7 @@ config SIMPLE_PM_BUS config SUNXI_RSB tristate "Allwinner sunXi Reduced Serial Bus Driver" - default MACH_SUN8I || MACH_SUN9I + default MACH_SUN8I || MACH_SUN9I || ARM64 depends on ARCH_SUNXI select REGMAP help |