Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra30-microsoft-surface-rt.dts
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,15 @@

power {
label = "Power Button";
gpios = <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_LOW>;
gpios = <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_HIGH>;
linux,code = <KEY_POWER>;
debounce-interval = <10>;
wakeup-source;
};

windows-button {
label = "Windows Button";
gpios = <&gpio TEGRA_GPIO(S, 5) GPIO_ACTIVE_LOW>;
gpios = <&gpio TEGRA_GPIO(S, 5) GPIO_ACTIVE_HIGH>;
linux,code = <KEY_LEFTMETA>;
debounce-interval = <10>;
};
Expand Down