diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2024-01-26 21:18:26 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-02-28 00:23:06 +0300 |
commit | 2a6e4710672242281347103b64e01693aa823a29 (patch) | |
tree | b87ab9ac41706cedc97a4da3a30c693c239cbef2 /drivers/clk/rockchip/clk-rk3588.c | |
parent | 326be62eaf2e89767b7b9223f88eaf3c041b98d2 (diff) | |
download | linux-2a6e4710672242281347103b64e01693aa823a29.tar.xz |
clk: rockchip: rk3588: fix indent
pclk_mailbox2 is the only RK3588 clock indented with one tab instead of
two tabs. Let's fix this.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240126182919.48402-6-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/clk-rk3588.c')
-rw-r--r-- | drivers/clk/rockchip/clk-rk3588.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3588.c b/drivers/clk/rockchip/clk-rk3588.c index 26330d655159..2e8bdd93c625 100644 --- a/drivers/clk/rockchip/clk-rk3588.c +++ b/drivers/clk/rockchip/clk-rk3588.c @@ -1004,7 +1004,7 @@ static struct rockchip_clk_branch rk3588_clk_branches[] __initdata = { GATE(PCLK_MAILBOX1, "pclk_mailbox1", "pclk_top_root", 0, RK3588_CLKGATE_CON(16), 12, GFLAGS), GATE(PCLK_MAILBOX2, "pclk_mailbox2", "pclk_top_root", 0, - RK3588_CLKGATE_CON(16), 13, GFLAGS), + RK3588_CLKGATE_CON(16), 13, GFLAGS), GATE(PCLK_PMU2, "pclk_pmu2", "pclk_top_root", CLK_IS_CRITICAL, RK3588_CLKGATE_CON(19), 3, GFLAGS), GATE(PCLK_PMUCM0_INTMUX, "pclk_pmucm0_intmux", "pclk_top_root", CLK_IS_CRITICAL, |