On 10 April 2013 13:47, John Crispin <blogic@xxxxxxxxxxx> wrote: > Add a dtsi file for RT5350 Soc. This SoC is almost the same as RT3050 but has > OHCI/EHCI in favour of the Synopsis DWC2 core. > > Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> > --- > arch/mips/ralink/dts/rt5350.dtsi | 181 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 181 insertions(+) > create mode 100644 arch/mips/ralink/dts/rt5350.dtsi > > diff --git a/arch/mips/ralink/dts/rt5350.dtsi b/arch/mips/ralink/dts/rt5350.dtsi > new file mode 100644 > index 0000000..9ca95a3 > --- /dev/null > +++ b/arch/mips/ralink/dts/rt5350.dtsi > @@ -0,0 +1,181 @@ > +/ { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "ralink,rt5350-soc"; > + > + cpus { > + cpu@0 { > + compatible = "mips,mips24KEc"; > + }; > + }; > + > + chosen { > + bootargs = "console=ttyS0,57600 init=/init"; Shouldn't this belong in the individual .dts files instead of the .dtsi? Likewise for all the other .dtsi files added by this patchset. Jonas