On 01/16/2012 11:11 PM, Simon Glass wrote:
> From: Anton Staff <robot...@chromium.org>
> 
> The Tegra keyboard controller provides a simple interface to a matrix
> keyboard.

> diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi

> +     kbc@7000e200 {
> +             compatible = "nvidia,tegra20-kbc";
> +             reg = <0x7000e200 0x0078>;
> +     };

The KBC has interrupts to, which should be added to the .dtsi even if
you don't use them.

I think you want:

interrupts = <0 85 0x04>;

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

Reply via email to