On 01/16/2012 11:11 PM, Simon Glass wrote:
> From: Anton Staff <[email protected]>
>
> 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
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss