diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-06-07 19:18:45 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-02 22:17:11 -0500 |
commit | 2ffe4f99cbdd0639fc9a1254d39abd7b9dbe075e (patch) | |
tree | f4d84beb5fe6c15d762edc5e4db7a76a103a3b85 | |
parent | c220f33e03a0cc4136ef205513b2266faf025e2e (diff) |
arm64: dts: qcom: sc7280: add simple-mfd to IMEM
The IMEM node has children (PIL) which should be instantiated with
simple-mfd.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 5f5b91455c3b..40e700cebe56 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -4767,7 +4767,7 @@ }; sram@146a5000 { - compatible = "qcom,sc7280-imem", "syscon"; + compatible = "qcom,sc7280-imem", "syscon", "simple-mfd"; reg = <0 0x146a5000 0 0x6000>; #address-cells = <1>; |