Skip to content

Commit

Permalink
ARM: at91/dt: enable lcd support for at91sam9x5 SoCs
Browse files Browse the repository at this point in the history
Use the at91sam9x5 display module dtsi in the relevant board dts.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Boris Brezillon authored and Alexandre Belloni committed Aug 7, 2015
1 parent 0171d1d commit 432a4a8
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
25 changes: 25 additions & 0 deletions arch/arm/boot/dts/at91sam9g15ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,34 @@
*/
/dts-v1/;
#include "at91sam9g15.dtsi"
#include "at91sam9x5dm.dtsi"
#include "at91sam9x5ek.dtsi"

/ {
model = "Atmel AT91SAM9G15-EK";
compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";

ahb {
apb {
hlcdc: hlcdc@f8038000 {
status = "okay";
};
};
};

backlight: backlight {
status = "okay";
};

bl_reg: backlight_regulator {
status = "okay";
};

panel: panel {
status = "okay";
};

panel_reg: panel_regulator {
status = "okay";
};
};
21 changes: 21 additions & 0 deletions arch/arm/boot/dts/at91sam9g35ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
/dts-v1/;
#include "at91sam9g35.dtsi"
#include "at91sam9x5dm.dtsi"
#include "at91sam9x5ek.dtsi"

/ {
Expand All @@ -20,6 +21,26 @@
phy-mode = "rmii";
status = "okay";
};

hlcdc: hlcdc@f8038000 {
status = "okay";
};
};
};

backlight: backlight {
status = "okay";
};

bl_reg: backlight_regulator {
status = "okay";
};

panel: panel {
status = "okay";
};

panel_reg: panel_regulator {
status = "okay";
};
};
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/at91sam9x35ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
/dts-v1/;
#include "at91sam9x35.dtsi"
#include "at91sam9x5dm.dtsi"
#include "at91sam9x5ek.dtsi"

/ {
Expand All @@ -20,6 +21,25 @@
phy-mode = "rmii";
status = "okay";
};
hlcdc: hlcdc@f8038000 {
status = "okay";
};
};
};

backlight: backlight {
status = "okay";
};

bl_reg: backlight_regulator {
status = "okay";
};

panel: panel {
status = "okay";
};

panel_reg: panel_regulator {
status = "okay";
};
};

0 comments on commit 432a4a8

Please sign in to comment.