diff options
| author | Stephen Boyd <sboyd@kernel.org> | 2025-07-21 10:17:51 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2025-07-21 10:17:51 -0700 |
| commit | e4b2a0c2b9be6d10b0e50a7485fe9f569a6f2436 (patch) | |
| tree | 77538878cf16aa407c41087dd14ff0c78cb7d2db /include | |
| parent | dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 (diff) | |
| parent | clk: sunxi-ng: v3s: Fix TCON clock parents (diff) | |
| download | linux-e4b2a0c2b9be6d10b0e50a7485fe9f569a6f2436.tar.gz linux-e4b2a0c2b9be6d10b0e50a7485fe9f569a6f2436.zip | |
Merge tag 'sunxi-clk-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes
Pull Allwinner clock fixes from Chen-Yu Tsai:
- Mark A523 MBUS clock as critical
- Fix names of CSI related clocks on V3s
This includes changes to the driver, DT bindings and DT files.
- Fix parents of TCON clock on V3s
* tag 'sunxi-clk-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
clk: sunxi-ng: v3s: Fix TCON clock parents
clk: sunxi-ng: v3s: Fix CSI1 MCLK clock name
clk: sunxi-ng: v3s: Fix CSI SCLK clock name
clk: sunxi-ng: a523: Mark MBUS clock as critical
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/sun8i-v3s-ccu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/sun8i-v3s-ccu.h b/include/dt-bindings/clock/sun8i-v3s-ccu.h index 014ac6123d17..c4055629c9f9 100644 --- a/include/dt-bindings/clock/sun8i-v3s-ccu.h +++ b/include/dt-bindings/clock/sun8i-v3s-ccu.h @@ -96,7 +96,7 @@ #define CLK_TCON0 64 #define CLK_CSI_MISC 65 #define CLK_CSI0_MCLK 66 -#define CLK_CSI1_SCLK 67 +#define CLK_CSI_SCLK 67 #define CLK_CSI1_MCLK 68 #define CLK_VE 69 #define CLK_AC_DIG 70 |
