clocks: qcom: Add clock driver for QCS404 SoC
authorSumit Garg <sumit.garg@linaro.org>
Tue, 12 Jul 2022 07:12:11 +0000 (12:42 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2022 17:02:04 +0000 (13:02 -0400)
commita4a9d9e874bffa509c31d0752b8155e653f9093f
tree2c966cdf83ae96ddde7362cd230b1cf6100c301f
parenta8effc2ee4db60a8e9ef722f612f0d484c137e49
clocks: qcom: Add clock driver for QCS404 SoC

Currently this clock driver initializes clocks for UART and eMMC. Along
with this import "qcom,gcc-qcs404.h" header from Linux mainline to
support DT bindings.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
arch/arm/mach-snapdragon/clock-qcs404.c [new file with mode: 0644]
arch/arm/mach-snapdragon/clock-snapdragon.c
arch/arm/mach-snapdragon/include/mach/sysmap-qcs404.h [new file with mode: 0644]
include/dt-bindings/clock/qcom,gcc-qcs404.h [new file with mode: 0644]