
21 Jan
2012
21 Jan
'12
12:30 a.m.
On 01/16/2012 11:11 PM, Simon Glass wrote:
From: Anton Staff robotboy@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