
Hi Daniel,
On mer., sept. 26 2018, Daniel Schwierzeck daniel.schwierzeck@gmail.com wrote:
On 25.09.2018 15:01, Gregory CLEMENT wrote:
Adding device tree for Ocelot SoC (extract from Linux) and the 2 evaluation boards using this SoC: PCB120 and PCB132.
Adding device tree for Luton SoC (not yet in Linux) and the evaluation boards using this SoC: PCB91.
Signed-off-by: Gregory CLEMENT gregory.clement@bootlin.com
arch/mips/dts/luton_pcb091.dts | 36 ++++++++ arch/mips/dts/mscc,luton.dtsi | 87 +++++++++++++++++++ arch/mips/dts/mscc,ocelot.dtsi | 132 +++++++++++++++++++++++++++++ arch/mips/dts/mscc,ocelot_pcb.dtsi | 37 ++++++++ arch/mips/dts/ocelot_pcb120.dts | 12 +++ arch/mips/dts/ocelot_pcb123.dts | 12 +++ 6 files changed, 316 insertions(+) create mode 100644 arch/mips/dts/luton_pcb091.dts create mode 100644 arch/mips/dts/mscc,luton.dtsi create mode 100644 arch/mips/dts/mscc,ocelot.dtsi create mode 100644 arch/mips/dts/mscc,ocelot_pcb.dtsi create mode 100644 arch/mips/dts/ocelot_pcb120.dts create mode 100644 arch/mips/dts/ocelot_pcb123.dts
should be added along with the board code. Also please try to add Ocelot and Luton boards in separate patches.
Done
Gregory