Re: [PATCH v7,3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes
From: Alex Smith <hidden>
Date: 2015-10-16 10:11:34
Also in:
linux-devicetree, lkml
From: Alex Smith <hidden>
Date: 2015-10-16 10:11:34
Also in:
linux-devicetree, lkml
Hi James, On 15 October 2015 at 09:47, James Hogan [off-list ref] wrote:
quoted
diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index 9fcb9e7..453f1d3 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts@@ -42,3 +42,57 @@ &uart4 { status = "okay"; }; + +&nemc { + status = "okay"; + + nand: nand@1 { + compatible = "ingenic,jz4780-nand";Isn't the NAND a micron part? This doesn't seem right. Is the device driver and binding already accepted upstream with that compatible string?
This is the compatible string for the JZ4780 NAND driver, this patch is part of the series adding that. Detection of the NAND part is handled by the MTD subsystem. Thanks, Alex