Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 4 | */ |
5 | |||||
Dario Binacchi | 72e0a0e | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 6 | / { |
7 | panel { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 12 | |
13 | &mmc3 { | ||||
14 | status = "disabled"; | ||||
15 | }; | ||||
Jean-Jacques Hiblot | db34e0e | 2019-01-22 16:48:17 +0100 | [diff] [blame] | 16 | |
17 | &usb0 { | ||||
18 | dr_mode = "peripheral"; | ||||
19 | }; |