From: Lucas Stach <dev@xxxxxxxxxx> This enables the on-module ONFI conformant NAND flash. Signed-off-by: Lucas Stach <dev@xxxxxxxxxx> Signed-off-by: Stefan Agner <stefan@xxxxxxxx> --- arch/arm/boot/dts/tegra20-colibri-512.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi index 5c202b3e3bb1..6e5dd31c4036 100644 --- a/arch/arm/boot/dts/tegra20-colibri-512.dtsi +++ b/arch/arm/boot/dts/tegra20-colibri-512.dtsi @@ -462,6 +462,13 @@ }; }; + nand@70008000 { + status = "okay"; + nand-bus-width = <8>; + nand-on-flash-bbt; + wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_HIGH>; + }; + usb@c5004000 { status = "okay"; nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html