diff options
author | Dmitry Baryshkov <[email protected]> | 2023-07-07 15:30:25 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:51:48 -0700 |
commit | 701b59db773730a914f1778cf2dd05e3a05c2c69 (patch) | |
tree | e45daa9575960776c441b7104115e59734a1327d | |
parent | 435a73d7377ceb29c1a22d2711dd85c831b40c45 (diff) |
arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion
The 8450-HDK doesn't use PMR735B PMIC. Drop its inclusion to remove the
warning during the HDK bootup.
Fixes: 30464456a1ea ("arm64: dts: qcom: sm8450-hdk: add pmic files")
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Dmitry Baryshkov <[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/sm8450-hdk.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts index 7e6564a112ee..f44430a372cd 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts @@ -14,7 +14,6 @@ #include "pm8450.dtsi" #include "pmk8350.dtsi" #include "pmr735a.dtsi" -#include "pmr735b.dtsi" / { model = "Qualcomm Technologies, Inc. SM8450 HDK"; |