[U-Boot] [PATCH] tegra: enable NAND on Harmony
Scott Wood
scottwood at freescale.com
Sat Aug 11 01:32:25 CEST 2012
On 07/30/2012 12:37 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> board/nvidia/dts/tegra20-harmony.dts | 10 ++++++++++
> include/configs/harmony.h | 9 ++++++++-
> 2 files changed, 18 insertions(+), 1 deletions(-)
>
> diff --git a/board/nvidia/dts/tegra20-harmony.dts b/board/nvidia/dts/tegra20-harmony.dts
> index c351954..ca5facb 100644
> --- a/board/nvidia/dts/tegra20-harmony.dts
> +++ b/board/nvidia/dts/tegra20-harmony.dts
> @@ -54,4 +54,14 @@
> usb at c5004000 {
> status = "disabled";
> };
> +
> + nand-controller at 70008000 {
> + nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */
> + nvidia,width = <8>;
> + nvidia,timing = <26 100 20 80 20 10 12 10 70>;
> + nand at 0 {
> + reg = <0>;
> + compatible = "hynix,hy27uf4g2b", "nand-flash";
> + };
> + };
> };
Where is the binding for a generic "nand-flash" compatible?
-Scott
More information about the U-Boot
mailing list