Hi, On Tue, Jan 12, 2016 at 4:46 AM, Lee Jones <[email protected]> wrote: > Signed-off-by: Ludovic Barre <[email protected]> > Signed-off-by: Lee Jones <[email protected]> > --- > arch/arm/boot/dts/stih407-family.dtsi | 40 > +++++++++++++++++++++++++++++++++++ > 1 file changed, 40 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi > b/arch/arm/boot/dts/stih407-family.dtsi > index 1e4e01925..15c20b6 100644 > --- a/arch/arm/boot/dts/stih407-family.dtsi > +++ b/arch/arm/boot/dts/stih407-family.dtsi > @@ -650,5 +650,45 @@ > mbox-name = "st231_audio_video"; > status = "okay"; > }; > + > + st231_gp0: st231-gp0@40000000 {
These node names seem odd. Should probably be more generic "remoteproc@40000000". > + compatible = "st,st231-rproc"; > + reg = <0x40000000 0x01000000>; This isn't what the binding says, it uses a memory region instead. -Olof

