Re: [PATCH v1 7/8] riscv: Add device tree bindings for SPI

2020-03-21 Thread Sean Anderson
On 3/21/20 9:55 PM, Marek Vasut wrote: > On 3/5/20 8:19 PM, Sean Anderson wrote: >> This patch adds bindings for the MMC slot and SPI flash on the Sipeed Maix >> Bit. > > The mail subject should say this is for specific SoC Oh, whoops. This will be fixed in the next revision. > [...] > >> +&wdt0

Re: [PATCH v1 7/8] riscv: Add device tree bindings for SPI

2020-03-21 Thread Marek Vasut
On 3/5/20 8:19 PM, Sean Anderson wrote: > This patch adds bindings for the MMC slot and SPI flash on the Sipeed Maix > Bit. The mail subject should say this is for specific SoC. [...] > +&wdt0 { > + status = "okay"; > }; This shouldn't be here I guess ? You should split this into the .dtsi

[PATCH v1 7/8] riscv: Add device tree bindings for SPI

2020-03-05 Thread Sean Anderson
This patch adds bindings for the MMC slot and SPI flash on the Sipeed Maix Bit. Signed-off-by: Sean Anderson --- arch/riscv/dts/k210-maix-bit.dts | 90 arch/riscv/dts/k210.dtsi | 12 + 2 files changed, 102 insertions(+) diff --git a/arch/riscv/dts/k