[PATCH 6/6] ARM: tegra: add seaboard, wario and kaen boards
From: Russell King - ARM Linux <hidden>
Date: 2011-02-22 20:48:21
Also in:
linux-tegra
From: Russell King - ARM Linux <hidden>
Date: 2011-02-22 20:48:21
Also in:
linux-tegra
On Mon, Feb 21, 2011 at 11:55:17PM -0600, Olof Johansson wrote:
+++ b/arch/arm/mach-tegra/board-seaboard-pinmux.c@@ -0,0 +1,179 @@ +/* + * Copyright (C) 2010 NVIDIA Corporation + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + */ + +#include <linux/kernel.h> +#include <linux/init.h> + +#include <mach/pinmux.h> +#include <mach/pinmux-t2.h> +#include <mach/gpio.h>
Another linux/gpio.h please.