Simon Goldschmidt | 64a12bf | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot additions | ||||
4 | * | ||||
5 | * Copyright (c) 2019 Simon Goldschmidt | ||||
6 | */ | ||||
7 | /{ | ||||
8 | soc { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 9 | bootph-all; |
Simon Goldschmidt | 64a12bf | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 10 | }; |
11 | }; | ||||
12 | |||||
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 13 | &clkmgr { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 14 | bootph-all; |
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 15 | }; |
16 | |||||
Simon Goldschmidt | 64a12bf | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 17 | &rst { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 18 | bootph-all; |
Simon Goldschmidt | 64a12bf | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 19 | }; |
20 | |||||
21 | &sdr { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-all; |
Simon Goldschmidt | 64a12bf | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 23 | }; |
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 24 | |
25 | &sysmgr { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-all; |
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 27 | }; |