diff options
author | Laxman Dewangan <[email protected]> | 2013-03-14 01:19:53 +0530 |
---|---|---|
committer | Stephen Warren <[email protected]> | 2013-04-04 17:17:41 -0600 |
commit | cd467b7d0c1eb5e8179ab47d56f4f6c5d0d4aa74 (patch) | |
tree | 9e9d1ece728a8dce0ccd4f6de27883fa26a1a757 | |
parent | 0fb220967093c049b34adcc35adb3b4a65e884c8 (diff) |
ARM: tegra: add KBC nodes to Tegra114 DT
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 <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra114.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi index 352c2f32925e..f83399f62015 100644 --- a/arch/arm/boot/dts/tegra114.dtsi +++ b/arch/arm/boot/dts/tegra114.dtsi @@ -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>; |