diff options
author | Rohit Agarwal <[email protected]> | 2023-08-07 19:08:52 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-08-13 20:05:06 -0700 |
commit | f890ef18640d44ad7b9cc593706c0cf6b7e44d20 (patch) | |
tree | 8c1e519ea07c1cb2112c03d24b8fc7bf197c52fa | |
parent | 0d64992d8589f21ac4997ef0acbf0d23ccb1f259 (diff) |
arm64: dts: qcom: sdx75-idp: Add pmics supported in SDX75
SDX75-idp features pmk8550, pmx75 and pm7550ba pmic, so include them.
Signed-off-by: Rohit Agarwal <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdx75-idp.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdx75-idp.dts b/arch/arm64/boot/dts/qcom/sdx75-idp.dts index cbe5cdf5a228..0da8c98c202e 100644 --- a/arch/arm64/boot/dts/qcom/sdx75-idp.dts +++ b/arch/arm64/boot/dts/qcom/sdx75-idp.dts @@ -6,6 +6,9 @@ /dts-v1/; #include "sdx75.dtsi" +#include "pm7550ba.dtsi" +#include "pmk8550.dtsi" +#include "pmx75.dtsi" / { model = "Qualcomm Technologies, Inc. SDX75 IDP"; |