Commit 4901bef171294383574dd673d2c812c0a0ed1ee6

Authored by Lokesh Vutla
1 parent 5513023cb7

ARM: dts: OMAP5+: Update spl specific dts

Now that we can specify DT nodes that can be used in spl, mark
all necessary nodes as u-boot,dm-spl.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Showing 1 changed file with 10 additions and 10 deletions Side-by-side Diff

arch/arm/dts/omap5-u-boot.dtsi
... ... @@ -9,43 +9,43 @@
9 9  
10 10 /{
11 11 ocp {
12   - u-boot,dm-pre-reloc;
  12 + u-boot,dm-spl;
13 13 };
14 14 };
15 15  
16 16 &uart1 {
17   - u-boot,dm-pre-reloc;
  17 + u-boot,dm-spl;
18 18 };
19 19  
20 20 &uart3 {
21   - u-boot,dm-pre-reloc;
  21 + u-boot,dm-spl;
22 22 };
23 23  
24 24 &mmc1 {
25   - u-boot,dm-pre-reloc;
  25 + u-boot,dm-spl;
26 26 };
27 27  
28 28 &mmc2 {
29   - u-boot,dm-pre-reloc;
  29 + u-boot,dm-spl;
30 30 };
31 31  
32 32 &l4_cfg {
33   - u-boot,dm-pre-reloc;
  33 + u-boot,dm-spl;
34 34 };
35 35  
36 36 &scm {
37   - u-boot,dm-pre-reloc;
  37 + u-boot,dm-spl;
38 38 };
39 39  
40 40 &scm_conf {
41   - u-boot,dm-pre-reloc;
  41 + u-boot,dm-spl;
42 42 };
43 43  
44 44 &qspi {
45   - u-boot,dm-pre-reloc;
  45 + u-boot,dm-spl;
46 46  
47 47 m25p80@0 {
48   - u-boot,dm-pre-reloc;
  48 + u-boot,dm-spl;
49 49 };
50 50 };