From 2c297e668ba0586901b972980bec659aa392f163 Mon Sep 17 00:00:00 2001 From: Amir Vajid Date: Fri, 2 Feb 2024 15:11:28 -0800 Subject: [PATCH] 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 --- qcom/sun.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 746c3ea8..c772e2ad 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -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 = ; };