mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
ARM: dts: meson-sm1: add U-Boot specific DT for graphics
Rename meson-g12a-u-boot.dtsi into meson-g12-common-u-boot.dtsi to match the new DT architecture and add meson-sm1-sei610-u-boot.dtsi to handle the U-Boot specific DT for graphics. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
4e67af4620
commit
21cd92faa5
5 changed files with 10 additions and 3 deletions
|
@ -4,4 +4,4 @@
|
|||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-g12a-u-boot.dtsi"
|
||||
#include "meson-g12-common-u-boot.dtsi"
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-g12a-u-boot.dtsi"
|
||||
#include "meson-g12-common-u-boot.dtsi"
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-g12a-u-boot.dtsi"
|
||||
#include "meson-g12-common-u-boot.dtsi"
|
||||
|
|
7
arch/arm/dts/meson-sm1-sei610-u-boot.dtsi
Normal file
7
arch/arm/dts/meson-sm1-sei610-u-boot.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2019 BayLibre, SAS.
|
||||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-g12-common-u-boot.dtsi"
|
Loading…
Add table
Reference in a new issue