diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-05-13 11:33:40 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-13 11:33:41 +0200 |
commit | d4a3b442335b0a9476248c5d6dc07f6f8580a9ca (patch) | |
tree | ed1652462925e82a6121e549ef5443312f6998f1 /drivers/soc/Makefile | |
parent | Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | soc: rockchip: Fix compile-testing SoC drivers (diff) | |
download | linux-d4a3b442335b0a9476248c5d6dc07f6f8580a9ca.tar.xz linux-d4a3b442335b0a9476248c5d6dc07f6f8580a9ca.zip |
Merge tag 'v5.19-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/drivers
Powerdomain fixes and improvements, some GRF compatible properties
and a rk3566 GRF clocksource default setup.
* tag 'v5.19-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
soc: rockchip: Fix compile-testing SoC drivers
soc: rockchip: power-domain: Replace dsb() with smb()
soc: rockchip: Clean up Kconfig whitespace
soc: rockchip: set dwc3 clock for rk3566
dt-bindings: soc: rockchip: add rk3566-pipe-grf compatible
soc: rockchip: pm_domains: Fix typo in comment
dt-bindings: soc: rockchip: add naneng combo phy register compatible
Link: https://lore.kernel.org/r/3998951.tdWV9SEqCh@phil
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r-- | drivers/soc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 6ad4177595f3..e8228c4e5d18 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -22,7 +22,7 @@ obj-y += microchip/ obj-y += amlogic/ obj-y += qcom/ obj-y += renesas/ -obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/ +obj-y += rockchip/ obj-$(CONFIG_SOC_SAMSUNG) += samsung/ obj-$(CONFIG_SOC_SIFIVE) += sifive/ obj-y += sunxi/ |