Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: dispcc-sm8750: Allow dumping regmap

Reading few registers at the end of the block (e.g. 0x10000, 0x10004)
results in synchronous external abort, so limit the regmap to the last
readable register which allows dumping the regs for debugging.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250212163243.237658-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
d81901a5 1e9f7d91

+1 -1
+1 -1
drivers/clk/qcom/dispcc-sm8750.c
··· 1883 1883 .reg_bits = 32, 1884 1884 .reg_stride = 4, 1885 1885 .val_bits = 32, 1886 - .max_register = 0x11014, 1886 + .max_register = 0xf004, /* 0x10000, 0x10004 and maybe others are for TZ */ 1887 1887 .fast_io = true, 1888 1888 }; 1889 1889