]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: STiH407-family: update rproc node names to avoid conflict
authorLoic Pallardy <loic.pallardy@st.com>
Mon, 27 Mar 2017 16:05:00 +0000 (18:05 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Wed, 29 Mar 2017 15:07:14 +0000 (17:07 +0200)
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>
arch/arm/boot/dts/stih407-family.dtsi

index c8d60c6c89233f74bc06265a8095346b93196fcc..081367afdd85276fcbd26ead14be5d4f144d1e46 100644 (file)
                        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>;
                        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>;