diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-11-26 16:43:45 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-16 16:09:17 -0500 |
commit | 578990537aa553a3194420e63d467fcb12d42ba4 (patch) | |
tree | 3383e63dee1bd56839d4ca5b37ad1549e131e4ce /arch/arm/boot/dts/tegra20-whistler.dts | |
parent | 58ecb23f64ee3a2ef66bb55b2e1e841385b6d08b (diff) |
ARM: tegra: fix node sort order
For Tegra DT files, I've been attempting to keep the nodes sorted in
the order:
1) Nodes with reg, in order of reg.
2) Nodes without reg, alphabetically.
This patch fixes a few escapees that I missed:-(
The diffs look larger than they really are, because sometimes when one
node was moved up or down, diff chose to represent this as many other
nodes being moved the other way!
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-whistler.dts | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts index b047621b95d2..82037fe814ce 100644 --- a/arch/arm/boot/dts/tegra20-whistler.dts +++ b/arch/arm/boot/dts/tegra20-whistler.dts | |||
@@ -495,6 +495,19 @@ | |||
495 | }; | 495 | }; |
496 | }; | 496 | }; |
497 | 497 | ||
498 | kbc@7000e200 { | ||
499 | status = "okay"; | ||
500 | nvidia,debounce-delay-ms = <20>; | ||
501 | nvidia,repeat-delay-ms = <160>; | ||
502 | nvidia,kbc-row-pins = <0 1 2>; | ||
503 | nvidia,kbc-col-pins = <16 17>; | ||
504 | nvidia,wakeup-source; | ||
505 | linux,keymap = <0x00000074 /* KEY_POWER */ | ||
506 | 0x01000066 /* KEY_HOME */ | ||
507 | 0x0101009E /* KEY_BACK */ | ||
508 | 0x0201008B>; /* KEY_MENU */ | ||
509 | }; | ||
510 | |||
498 | pmc@7000e400 { | 511 | pmc@7000e400 { |
499 | nvidia,invert-interrupt; | 512 | nvidia,invert-interrupt; |
500 | nvidia,suspend-mode = <1>; | 513 | nvidia,suspend-mode = <1>; |
@@ -551,19 +564,6 @@ | |||
551 | }; | 564 | }; |
552 | }; | 565 | }; |
553 | 566 | ||
554 | kbc@7000e200 { | ||
555 | status = "okay"; | ||
556 | nvidia,debounce-delay-ms = <20>; | ||
557 | nvidia,repeat-delay-ms = <160>; | ||
558 | nvidia,kbc-row-pins = <0 1 2>; | ||
559 | nvidia,kbc-col-pins = <16 17>; | ||
560 | nvidia,wakeup-source; | ||
561 | linux,keymap = <0x00000074 /* KEY_POWER */ | ||
562 | 0x01000066 /* KEY_HOME */ | ||
563 | 0x0101009E /* KEY_BACK */ | ||
564 | 0x0201008B>; /* KEY_MENU */ | ||
565 | }; | ||
566 | |||
567 | regulators { | 567 | regulators { |
568 | compatible = "simple-bus"; | 568 | compatible = "simple-bus"; |
569 | #address-cells = <1>; | 569 | #address-cells = <1>; |