Skip to content

Commit

Permalink
ARM: at91/dt: include lcd dtsi in at91sam9x5 dtsis
Browse files Browse the repository at this point in the history
Actually make use of at91sam9x5_lcd.dtsi in the relevant SoC dtsis.

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 eeff040 commit c052a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/at91sam9g15.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "at91sam9x5.dtsi"
#include "at91sam9x5_lcd.dtsi"

/ {
model = "Atmel AT91SAM9G15 SoC";
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/at91sam9g35.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "at91sam9x5.dtsi"
#include "at91sam9x5_lcd.dtsi"
#include "at91sam9x5_macb0.dtsi"

/ {
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/at91sam9x35.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "at91sam9x5.dtsi"
#include "at91sam9x5_lcd.dtsi"
#include "at91sam9x5_macb0.dtsi"
#include "at91sam9x5_can.dtsi"

Expand Down

0 comments on commit c052a72

Please sign in to comment.