From eb53a59b4d305c7502edef8ce30b23674de76eeb Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 20 Mar 2023 08:59:35 +0800 Subject: [PATCH] ANDROID: GKI: rockchip: Add symbols for clk api Leaf changes summary: 2 artifacts changed (2 filtered out) Changed leaf types summary: 0 (1 filtered out) leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed (1 filtered out), 0 Added variable 2 Added functions: [A] 'function bool clk_has_parent(clk*, clk*)' [A] 'function int of_clk_parent_fill(device_node*, const char**, unsigned int)' Bug: 239396464 Signed-off-by: Kever Yang Change-Id: I51511f8736dc992ebe8cf85d9c0d41f588c66e24 --- android/abi_gki_aarch64.xml | 13 +++++++++++++ android/abi_gki_aarch64_rockchip | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index 3e0e10b5d0e6..58b441616537 100644 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -1176,6 +1176,7 @@ + @@ -3778,6 +3779,7 @@ + @@ -123622,6 +123624,11 @@ + + + + + @@ -137134,6 +137141,12 @@ + + + + + + diff --git a/android/abi_gki_aarch64_rockchip b/android/abi_gki_aarch64_rockchip index aabe57eaca5f..205db1464b83 100644 --- a/android/abi_gki_aarch64_rockchip +++ b/android/abi_gki_aarch64_rockchip @@ -1638,6 +1638,10 @@ of_clk_add_hw_provider of_clk_hw_simple_get +# required by clk-out.ko + __clk_hw_register_gate + of_clk_parent_fill + # required by clk-rk628.ko devm_reset_controller_register @@ -2705,6 +2709,7 @@ snd_soc_dapm_new_widgets # required by snd-soc-rockchip-i2s-tdm.ko + clk_has_parent clk_is_match pm_runtime_forbid snd_pcm_stop_xrun