Re: [PATCH] ARM: dts: aspeed: Add Facebook Wedge100 BMC

2019-08-01 Thread Tao Ren
On 8/1/19, 8:02 PM, "Joel Stanley" wrote: > On Fri, 2 Aug 2019 at 01:02, Tao Ren wrote: >> + >> + chosen { >> + stdout-path = &uart3; >> + bootargs = "debug console=ttyS2,9600n8 root=/dev/ram rw"; > > Are you sure you want 'debug' in your boot arguments? >

Re: [PATCH] ARM: dts: aspeed: Add Facebook Wedge100 BMC

2019-08-01 Thread Joel Stanley
On Fri, 2 Aug 2019 at 01:02, Tao Ren wrote: > + > + chosen { > + stdout-path = &uart3; > + bootargs = "debug console=ttyS2,9600n8 root=/dev/ram rw"; Are you sure you want 'debug' in your boot arguments? The rest lgtm. I can remove debug when applying, or leave i

Re: [PATCH] ARM: dts: aspeed: Add Facebook Wedge100 BMC

2019-08-01 Thread Andrew Jeffery
On Fri, 2 Aug 2019, at 10:32, Tao Ren wrote: > Add initial version of device tree for Facebook Wedge100 AST2400 BMC > platform. > > Signed-off-by: Tao Ren Reviewed-by: Andrew Jeffery > --- > arch/arm/boot/dts/Makefile| 1 + > .../boot/dts/aspeed-bmc-facebook-wedge100.

[PATCH] ARM: dts: aspeed: Add Facebook Wedge100 BMC

2019-08-01 Thread Tao Ren
Add initial version of device tree for Facebook Wedge100 AST2400 BMC platform. Signed-off-by: Tao Ren --- arch/arm/boot/dts/Makefile| 1 + .../boot/dts/aspeed-bmc-facebook-wedge100.dts | 149 ++ 2 files changed, 150 insertions(+) create mode 100644 arch/arm