Skip to content

Commit

Permalink
ARM: dts: Add heartbeat gpio-leds support to Origen
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Sep 8, 2012
1 parent aaca483 commit 162b172
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos4210-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
};
};

leds {
compatible = "gpio-leds";
status {
gpios = <&gpx1 3 0 0x10000 2>;
linux,default-trigger = "heartbeat";
};
};

keypad@100A0000 {
status = "disabled";
};
Expand Down

0 comments on commit 162b172

Please sign in to comment.