diff options
author | Loic Pallardy <loic.pallardy@st.com> | 2017-03-27 18:05:00 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2017-03-29 17:07:14 +0200 |
commit | 6eb0d80d1df364bbb31d869e66063ca239912cbf (patch) | |
tree | 2966d73e642f36d664abbb3f182aab62a42a3ff7 /arch/arm/boot/dts/stih407-family.dtsi | |
parent | ARM: dts: STiH407-family: fix spi nodes (diff) | |
download | linux-6eb0d80d1df364bbb31d869e66063ca239912cbf.tar.xz linux-6eb0d80d1df364bbb31d869e66063ca239912cbf.zip |
ARM: dts: STiH407-family: update rproc node names to avoid conflict
The two st231-rproc nodes have the same name; Due to that it was
impossible to distinguish them in remoteproc sysfs and debugfs
interface.
This patch provides them a name related to their functionality.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih407-family.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index c8d60c6c8923..081367afdd85 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -815,7 +815,7 @@ status = "okay"; }; - st231_gp0: remote-processor { + st231_gp0: st231-gp0@0 { compatible = "st,st231-rproc"; memory-region = <&gp0_reserved>; resets = <&softreset STIH407_ST231_GP0_SOFTRESET>; @@ -828,7 +828,7 @@ mboxes = <&mailbox0 0 2>, <&mailbox2 0 1>, <&mailbox0 0 3>, <&mailbox2 0 0>; }; - st231_delta: remote-processor { + st231_delta: st231-delta@0 { compatible = "st,st231-rproc"; memory-region = <&delta_reserved>; resets = <&softreset STIH407_ST231_DMU_SOFTRESET>; |