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:
@@ -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>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user