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

Update cpucp device to include reg-names property.

Change-Id: I78d9d386971952511f66f455857adcc8ea9edf58
Signed-off-by: Amir Vajid <quic_avajid@quicinc.com>
This commit is contained in:
Amir Vajid
2024-02-02 15:11:28 -08:00
parent 1d359200dd
commit 2c297e668b

View File

@@ -2905,8 +2905,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>;
};