Il 03/03/22 14:18, Marijn Suijten ha scritto:
From: Martin Botka <martin.botka@xxxxxxxxxxxxxx> Add support for the display clock controller found on SM6125 based devices. This allows display drivers to probe and control their clocks. Signed-off-by: Martin Botka <martin.botka@xxxxxxxxxxxxxx> Signed-off-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
Hello! :)) Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
--- drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/dispcc-sm6125.c | 709 +++++++++++++++++++++++++++++++ 3 files changed, 719 insertions(+) create mode 100644 drivers/clk/qcom/dispcc-sm6125.c