]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: fdt: Add keyboard controller definition
authorAnton Staff <robotboy@chromium.org>
Tue, 17 Apr 2012 09:01:33 +0000 (09:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:40 +0000 (08:31 +0200)
The Tegra keyboard controller provides a simple interface to a matrix
keyboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/tegra20.dtsi

index bc64f429e60d04df0c65f36f1ac2d145fd07e2c3..f95be58135041b2238cbe5357806d9c0ed95dd87 100644 (file)
                reg = <0x7000f400 0x200>;
        };
 
+       kbc@7000e200 {
+               compatible = "nvidia,tegra20-kbc";
+               reg = <0x7000e200 0x0078>;
+       };
 };