Loading Documentation/devicetree/bindings/clock/qcom,rpmh.txt +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ Required properties: "qcom,rpmh-clk-sm8150", "qcom,rpmh-clk-sdmshrike", "qcom,rpmh-clk-sdmmagpie" "qcom,rpmh-clk-sdxprairie". "qcom,rpmh-clk-sdxprairie", "qcom,rpmh-clk-atoll". - #clock-cells: Must contain 1. - mboxes: List of RPMh mailbox phandle and channel identifier tuples. - mbox-names: List of names to identify the RPMh mailboxes used. Loading drivers/clk/qcom/clk-rpmh.c +1 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,7 @@ static const struct of_device_id clk_rpmh_match_table[] = { { .compatible = "qcom,rpmh-clk-sdmmagpie", .data = &clk_rpmh_sm6150}, { .compatible = "qcom,rpmh-clk-sdxprairie", .data = &clk_rpmh_sdxprairie}, { .compatible = "qcom,rpmh-clk-atoll", .data = &clk_rpmh_sm6150}, { } }; MODULE_DEVICE_TABLE(of, clk_rpmh_match_table); Loading Loading
Documentation/devicetree/bindings/clock/qcom,rpmh.txt +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ Required properties: "qcom,rpmh-clk-sm8150", "qcom,rpmh-clk-sdmshrike", "qcom,rpmh-clk-sdmmagpie" "qcom,rpmh-clk-sdxprairie". "qcom,rpmh-clk-sdxprairie", "qcom,rpmh-clk-atoll". - #clock-cells: Must contain 1. - mboxes: List of RPMh mailbox phandle and channel identifier tuples. - mbox-names: List of names to identify the RPMh mailboxes used. Loading
drivers/clk/qcom/clk-rpmh.c +1 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,7 @@ static const struct of_device_id clk_rpmh_match_table[] = { { .compatible = "qcom,rpmh-clk-sdmmagpie", .data = &clk_rpmh_sm6150}, { .compatible = "qcom,rpmh-clk-sdxprairie", .data = &clk_rpmh_sdxprairie}, { .compatible = "qcom,rpmh-clk-atoll", .data = &clk_rpmh_sm6150}, { } }; MODULE_DEVICE_TABLE(of, clk_rpmh_match_table); Loading