Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 4 | */ |
5 | |||||
6 | /{ | ||||
7 | ocp { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &i2c0 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; |