.. | .. |
---|
26 | 26 | stdout-path = "serial0:921600n8"; |
---|
27 | 27 | }; |
---|
28 | 28 | |
---|
29 | | - cpus_fixed_vproc0: fixedregulator@0 { |
---|
| 29 | + cpus_fixed_vproc0: regulator-vproc-buck0 { |
---|
30 | 30 | compatible = "regulator-fixed"; |
---|
31 | 31 | regulator-name = "vproc_buck0"; |
---|
32 | 32 | regulator-min-microvolt = <1000000>; |
---|
33 | 33 | regulator-max-microvolt = <1000000>; |
---|
34 | 34 | }; |
---|
35 | 35 | |
---|
36 | | - cpus_fixed_vproc1: fixedregulator@1 { |
---|
| 36 | + cpus_fixed_vproc1: regulator-vproc-buck1 { |
---|
37 | 37 | compatible = "regulator-fixed"; |
---|
38 | 38 | regulator-name = "vproc_buck1"; |
---|
39 | 39 | regulator-min-microvolt = <1000000>; |
---|
.. | .. |
---|
50 | 50 | id-gpio = <&pio 14 GPIO_ACTIVE_HIGH>; |
---|
51 | 51 | }; |
---|
52 | 52 | |
---|
53 | | - usb_p0_vbus: regulator@2 { |
---|
| 53 | + usb_p0_vbus: regulator-usb-p0-vbus { |
---|
54 | 54 | compatible = "regulator-fixed"; |
---|
55 | 55 | regulator-name = "p0_vbus"; |
---|
56 | 56 | regulator-min-microvolt = <5000000>; |
---|
.. | .. |
---|
59 | 59 | enable-active-high; |
---|
60 | 60 | }; |
---|
61 | 61 | |
---|
62 | | - usb_p1_vbus: regulator@3 { |
---|
| 62 | + usb_p1_vbus: regulator-usb-p1-vbus { |
---|
63 | 63 | compatible = "regulator-fixed"; |
---|
64 | 64 | regulator-name = "p1_vbus"; |
---|
65 | 65 | regulator-min-microvolt = <5000000>; |
---|
.. | .. |
---|
68 | 68 | enable-active-high; |
---|
69 | 69 | }; |
---|
70 | 70 | |
---|
71 | | - usb_p2_vbus: regulator@4 { |
---|
| 71 | + usb_p2_vbus: regulator-usb-p2-vbus { |
---|
72 | 72 | compatible = "regulator-fixed"; |
---|
73 | 73 | regulator-name = "p2_vbus"; |
---|
74 | 74 | regulator-min-microvolt = <5000000>; |
---|
.. | .. |
---|
77 | 77 | enable-active-high; |
---|
78 | 78 | }; |
---|
79 | 79 | |
---|
80 | | - usb_p3_vbus: regulator@5 { |
---|
| 80 | + usb_p3_vbus: regulator-usb-p3-vbus { |
---|
81 | 81 | compatible = "regulator-fixed"; |
---|
82 | 82 | regulator-name = "p3_vbus"; |
---|
83 | 83 | regulator-min-microvolt = <5000000>; |
---|