mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
clk: stub: add sm8150 compatible id
Add support for sm8150 clock controller to clk stub driver. Signed-off-by: Julius Lehmann <lehmanju@devpi.de> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
b72d6a9d61
commit
506f6a384c
@ -50,6 +50,7 @@ static struct clk_ops stub_clk_ops = {
|
||||
|
||||
static const struct udevice_id stub_clk_ids[] = {
|
||||
{ .compatible = "qcom,rpmcc" },
|
||||
{ .compatible = "qcom,sm8150-rpmh-clk" },
|
||||
{ .compatible = "qcom,sm8250-rpmh-clk" },
|
||||
{ .compatible = "qcom,sm8550-rpmh-clk" },
|
||||
{ .compatible = "qcom,sm8650-rpmh-clk" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user