Message ID | 20220607171848.535128-13-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 7cc60f6c09f49f0d8f8fa3083e7ff4fddec39ec0 |
Headers | show |
Series | [01/14] dt-bindings: sram: qcom,ocmem: cleanup example coding style | expand |
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 6e13aab15931..1fa1436dd68c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4722,7 +4722,7 @@ spmi_bus: spmi@c440000 { }; sram@146bf000 { - compatible = "simple-mfd"; + compatible = "qcom,sdm845-imem", "syscon", "simple-mfd"; reg = <0 0x146bf000 0 0x1000>; #address-cells = <1>;
Add proper compatibles to the IMEM device node: 1. syscon to allow accessing memory from other devices, 2. dedicated compatible as required for syscon and simple-mfd nodes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)