Skip to content

Commit

Permalink
ARM: tegra: add KBC nodes to Tegra114 DT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laxman Dewangan authored and Stephen Warren committed Apr 4, 2013
1 parent 0fb2209 commit cd467b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@
clocks = <&tegra_car 4>;
};

kbc {
compatible = "nvidia,tegra114-kbc";
reg = <0x7000e200 0x100>;
interrupts = <0 85 0x04>;
clocks = <&tegra_car 36>;
status = "disabled";
};

pmc {
compatible = "nvidia,tegra114-pmc";
reg = <0x7000e400 0x400>;
Expand Down

0 comments on commit cd467b7

Please sign in to comment.