Commit a22a576a authored by Matti Lehtimäki's avatar Matti Lehtimäki Committed by Bjorn Andersson

ARM: dts: qcom: msm8226: Add rpm-stats device node

Add device node for the rpm-stats pseudo device.
Signed-off-by: default avatarMatti Lehtimäki <matti.lehtimaki@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230520121933.15533-4-matti.lehtimaki@gmail.com
parent 38cd0f2d
...@@ -598,6 +598,11 @@ frame@f9028000 { ...@@ -598,6 +598,11 @@ frame@f9028000 {
}; };
}; };
sram@fc190000 {
compatible = "qcom,msm8226-rpm-stats";
reg = <0xfc190000 0x10000>;
};
rpm_msg_ram: sram@fc428000 { rpm_msg_ram: sram@fc428000 {
compatible = "qcom,rpm-msg-ram"; compatible = "qcom,rpm-msg-ram";
reg = <0xfc428000 0x4000>; reg = <0xfc428000 0x4000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment