commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
#include "qcom-msm8974.dtsi"
|
|
|
|
/ {
|
|
soc {
|
|
sdhci@f9824900 {
|
|
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
|
|
<&gcc GCC_SDCC1_AHB_CLK>,
|
|
<&xo_board>,
|
|
<&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
|
|
<&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
|
|
clock-names = "core", "iface", "xo", "cal", "sleep";
|
|
};
|
|
|
|
clock-controller@fc400000 {
|
|
compatible = "qcom,gcc-msm8974pro";
|
|
};
|
|
};
|
|
};
|