Hi,

On Wed, Jan 24, 2018 at 01:44:53AM +0100, Miquel Raynal wrote:
> Add the NAND controller node, as well as the definition of the missing
> pins and clock.
> 
> Signed-off-by: Miquel Raynal <miquel.ray...@free-electrons.com>
> ---
>  arch/arm/dts/sun8i-a23-a33.dtsi | 31 +++++++++++++++++++++++++++++++
>  arch/arm/dts/sun8i-a33.dtsi     |  8 ++++++++
>  2 files changed, 39 insertions(+)
> 
> diff --git a/arch/arm/dts/sun8i-a23-a33.dtsi b/arch/arm/dts/sun8i-a23-a33.dtsi
> index f97c38f097..fe6ea82cb3 100644
> --- a/arch/arm/dts/sun8i-a23-a33.dtsi
> +++ b/arch/arm/dts/sun8i-a23-a33.dtsi
> @@ -325,6 +325,19 @@
>                       #size-cells = <0>;
>               };
>  
> +             nfc: nand@01c03000 {
> +                     compatible = "allwinner,sun4i-a10-nand";
> +                     reg = <0x01c03000 0x1000>;
> +                     interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&ahb1_gates 25>, <&nand_clk>;
> +                     clock-names = "ahb", "mod";
> +                     resets = <&ahb1_rst 10>;
> +                     reset-names = "ahb";
> +                     status = "disabled";
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +             };
> +

That node is already there so that patch shouldn't be needed.

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to