Skip to content

Commit

Permalink
ARM: dts: Enable serial controllers on Origen and SMDKV310
Browse files Browse the repository at this point in the history
This patch adds status override of serial nodes to enable used
serial ports on Origen and SMDKV310 board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Oct 17, 2012
1 parent ddffeb8 commit 70191db
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/exynos4210-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
status = "okay";
};

serial@13800000 {
status = "okay";
};

serial@13810000 {
status = "okay";
};

serial@13820000 {
status = "okay";
};

serial@13830000 {
status = "okay";
};

gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
Expand Down
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/exynos4210-smdkv310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@
status = "okay";
};

serial@13800000 {
status = "okay";
};

serial@13810000 {
status = "okay";
};

serial@13820000 {
status = "okay";
};

serial@13830000 {
status = "okay";
};

keypad@100A0000 {
samsung,keypad-num-rows = <2>;
samsung,keypad-num-columns = <8>;
Expand Down

0 comments on commit 70191db

Please sign in to comment.