Merge "ARM: dts: msm: add reg-names to cpucp device for sun"

This commit is contained in:
qctecmdr
2024-02-04 08:59:18 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -2999,8 +2999,9 @@
cpucp: qcom,cpucp@0x17830000 {
compatible = "qcom,cpucp-v2";
reg = <0x17830000 0x300>,
<0x16430000 0x4C08>;
reg = <0x16430000 0x4C08>,
<0x17830000 0x300>;
reg-names = "rx", "tx";
#mbox-cells = <1>;
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
};