diff options
| author | David Lechner <[email protected]> | 2026-03-17 18:23:27 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-03-24 09:34:48 -0500 |
| commit | a56b24bf58dd8f5d5bcdf210933d7775b83adec3 (patch) | |
| tree | c705b5cf93457a06f1d6ca52e89a2c21148e5783 /scripts/basic/Makefile | |
| parent | cc8738cadc5229a3e50f70d8f212817d7b000890 (diff) | |
clk: mediatek: remove use of CLK_BYPASS_XTAL flag
Remove the CLK_BYPASS_XTAL flag completely.
It was a bit of a hack that was meant to handle mux clocks that had
mixed parents (e.g. XTAL and TOPCKGEN). The idea was that if you didn't
have CLK_XTAL as a parent, then you were supposed to add the
CLK_BYPASS_XTAL flag to the clock tree. There are likely a number of
drivers missing this since it is not intuitive.
In the meantime, we have introduced the CLK_PARENT_MIXED flag which
handles this more robustly. All of the affected drivers (the ones
without CLK_BYPASS_XTAL) have been updated to use CLK_PARENT_MIXED, so
the CLK_BYPASS_XTAL flag is no longer needed on other drivers.
Reviewed-by: Julien Stephan <[email protected]>
Link: https://patch.msgid.link/20260317-clk-mtk-unify-mux-parents-v3-14-a4760f5b0a80@baylibre.com
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'scripts/basic/Makefile')
0 files changed, 0 insertions, 0 deletions
