|
42 | 42 | }; |
43 | 43 | }; |
44 | 44 |
|
45 | | - vdd_log: vdd-log { |
| 45 | + vdd_log: regulator-vdd-log { |
46 | 46 | compatible = "pwm-regulator"; |
47 | 47 | pwms = <&pwm3 0 1000>; |
48 | 48 | regulator-name = "vdd_log"; |
|
54 | 54 | status = "okay"; |
55 | 55 | }; |
56 | 56 |
|
57 | | - vsys: vsys-regulator { |
| 57 | + vsys: regulator-vsys { |
58 | 58 | compatible = "regulator-fixed"; |
59 | 59 | regulator-name = "vsys"; |
60 | 60 | regulator-min-microvolt = <5000000>; |
|
64 | 64 | }; |
65 | 65 |
|
66 | 66 | /* input for 5V_STDBY is VSYS or DC5V, selectable by jumper J4 */ |
67 | | - vcc_stdby: stdby-regulator { |
| 67 | + vcc_stdby: regulator-stdby { |
68 | 68 | compatible = "regulator-fixed"; |
69 | 69 | regulator-name = "5v_stdby"; |
70 | 70 | regulator-min-microvolt = <5000000>; |
|
73 | 73 | regulator-boot-on; |
74 | 74 | }; |
75 | 75 |
|
76 | | - vcc_emmc: emmc-regulator { |
| 76 | + vcc_emmc: regulator-emmc { |
77 | 77 | compatible = "regulator-fixed"; |
78 | 78 | regulator-name = "emmc_vccq"; |
79 | 79 | regulator-min-microvolt = <3000000>; |
80 | 80 | regulator-max-microvolt = <3000000>; |
81 | 81 | vin-supply = <&vsys>; |
82 | 82 | }; |
83 | 83 |
|
84 | | - vcc_sata: sata-regulator { |
| 84 | + vcc_sata: regulator-sata { |
85 | 85 | compatible = "regulator-fixed"; |
86 | 86 | enable-active-high; |
87 | 87 | gpio = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>; |
|
94 | 94 | vin-supply = <&vcc_stdby>; |
95 | 95 | }; |
96 | 96 |
|
97 | | - vcc_sd: sdmmc-regulator { |
| 97 | + vcc_sd: regulator-sdmmc { |
98 | 98 | compatible = "regulator-fixed"; |
99 | 99 | gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_LOW>; |
100 | 100 | pinctrl-names = "default"; |
|
106 | 106 | vin-supply = <&vcc_io>; |
107 | 107 | }; |
108 | 108 |
|
109 | | - vcc_host: usb-host-regulator { |
| 109 | + vcc_host: regulator-usb-host { |
110 | 110 | compatible = "regulator-fixed"; |
111 | 111 | enable-active-high; |
112 | 112 | gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; |
|
119 | 119 | vin-supply = <&vcc_stdby>; |
120 | 120 | }; |
121 | 121 |
|
122 | | - vcc_otg: usb-otg-regulator { |
| 122 | + vcc_otg: regulator-usb-otg { |
123 | 123 | compatible = "regulator-fixed"; |
124 | 124 | enable-active-high; |
125 | 125 | gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; |
|
0 commit comments