summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-03-03 13:54:52 -0600
committerDavid Lechner <[email protected]>2026-03-17 16:34:47 -0500
commitb6d11f69ac1f65fe96b2f68a70f491821f1db58a (patch)
tree6705d9cad40e89cab8beb74c7c844881b4c0595a /include/linux
parentd09876c4f6ac9cc7d488901064ef5236ec51682e (diff)
clk: mediatek: add CLK_PARENT_EXT
Add support for external clock parent type in MediaTek clock driver to allow multiple external clock sources. This is intended to eventually replace CLK_PARENT_XTAL which only allows a single external clock source. Replacing CLK_PARENT_XTAL is not trivial since it would required touching all chip-specific drivers. So that is saved for another day. Before this change, the only way to add additional external clocks was to use a clock ID mapping and add the external clock in the fixed clocks portion of the CLK_PARENT_TOPCKGEN clocks. After this change, such hacks are no longer necessary and external clocks can be added in a cleaner way. Reviewed-by: Julien Stephan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions