]> www.infradead.org Git - users/hch/misc.git/commit
clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configuration
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 12 Nov 2024 00:08:49 +0000 (01:08 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 14 Nov 2024 20:58:56 +0000 (12:58 -0800)
commitc31d1cdd7bff1d2c13d435bb9d0c76bfaa332097
tree0ea1c70739d30feb6e629356b92aa1d64157dd53
parent0f7c637d1103d79829dec198e5f1b678c1feb5f2
clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configuration

REG_PCIE*_MEM and REG_PCIE*_MEM_MASK regs (PBUS_CSR memory region) are not
part of the scu block on the EN7581 SoC and they are used to select the
PCIE ports on the PBUS, so remove this configuration from the clock driver
and set these registers in the PCIE host driver instead.
This patch does not introduce any backward incompatibility since the dts
for EN7581 SoC is not upstream yet.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/20241112-clk-en7581-syscon-v2-2-8ada5e394ae4@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-en7523.c