Dario Binacchi | 9b8c320 | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * am335x-evmsk U-Boot Additions | ||||
4 | * | ||||
5 | * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it> | ||||
6 | */ | ||||
7 | |||||
Dario Binacchi | 2180d80 | 2020-12-30 00:06:37 +0100 | [diff] [blame^] | 8 | #include "am33xx-u-boot.dtsi" |
9 | |||||
Dario Binacchi | 9b8c320 | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 10 | / { |
11 | panel { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | }; | ||||
14 | }; |