]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: add KBC nodes to Tegra114 DT
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 13 Mar 2013 19:49:53 +0000 (01:19 +0530)
committerStephen Warren <swarren@nvidia.com>
Fri, 15 Mar 2013 19:00:44 +0000 (13:00 -0600)
NVIDIA's Tegra114 SoCs have the matrix keyboard controller which
supports 11x8 type of matrix. The number of rows and columns
are configurable.

Add DT entry for KBC controller with compatibility as "nvidia,tegra114-kbc".

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra114.dtsi

index 6ce3508b96ad2fada0880132a3a0210a46beb131..5a4a3287e1fa43ccfd37ae0b504e951afb99e852 100644 (file)
                interrupts = <0 2 0x04>;
        };
 
+       kbc {
+               compatible = "nvidia,tegra114-kbc";
+               reg = <0x7000e200 0x100>;
+               interrupts = <0 85 0x04>;
+               clocks = <&tegra_car 36>;
+               status = "disabled";
+       };
+
        pmc {
                compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc";
                reg = <0x7000e400 0x400>;