Merge "ARM: dts: msm: add reg-names to cpucp device for sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
f6135c12c7
@@ -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>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user