arm64: dts: amlogic: replace underscores in node names

Underscores should not be used in node names (dtc with W=2 warns about
them), so replace them with hyphens.

Cc: Marc Gonzalez <mgonzalez@freebox.fr>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240213143217.336341-1-krzysztof.kozlowski@linaro.org
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2024-02-13 15:32:17 +01:00 committed by Neil Armstrong
parent 9225771676
commit f0ed445e73
35 changed files with 167 additions and 167 deletions

View file

@ -106,7 +106,7 @@ &spifc {
pinctrl-0 = <&spifc_pins>;
pinctrl-names = "default";
spi_nand@0 {
flash@0 {
compatible = "spi-nand";
status = "okay";
reg = <0>;

View file

@ -35,7 +35,7 @@ emmc_pwrseq: emmc-pwrseq {
reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -44,7 +44,7 @@ vcc_3v3: regulator-vcc_3v3 {
regulator-always-on;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC5V";
regulator-min-microvolt = <5000000>;
@ -52,7 +52,7 @@ vcc_5v: regulator-vcc_5v {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -61,7 +61,7 @@ vddao_3v3: regulator-vddao_3v3 {
regulator-always-on;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -70,7 +70,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <3300000>;
@ -79,7 +79,7 @@ vddio_boot: regulator-vddio_boot {
regulator-always-on;
};
vccq_1v8: regulator-vccq_1v8 {
vccq_1v8: regulator-vccq-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCCQ_1V8";
regulator-min-microvolt = <1800000>;
@ -88,7 +88,7 @@ vccq_1v8: regulator-vccq_1v8 {
regulator-always-on;
};
usb_pwr: regulator-usb_pwr {
usb_pwr: regulator-usb-pwr {
compatible = "regulator-fixed";
regulator-name = "USB_PWR";
regulator-min-microvolt = <5000000>;

View file

@ -12,7 +12,7 @@ / {
compatible = "amlogic,s400", "amlogic,a113d", "amlogic,meson-axg";
model = "Amlogic Meson AXG S400 Development Board";
adc_keys {
keys {
compatible = "adc-keys";
io-channels = <&saradc 0>;
io-channel-names = "buttons";
@ -111,7 +111,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
main_12v: regulator-main_12v {
main_12v: regulator-main-12v {
compatible = "regulator-fixed";
regulator-name = "12V";
regulator-min-microvolt = <12000000>;
@ -119,7 +119,7 @@ main_12v: regulator-main_12v {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -128,7 +128,7 @@ vcc_3v3: regulator-vcc_3v3 {
regulator-always-on;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC5V";
regulator-min-microvolt = <5000000>;
@ -139,7 +139,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -148,7 +148,7 @@ vddao_3v3: regulator-vddao_3v3 {
regulator-always-on;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -157,7 +157,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
@ -166,7 +166,7 @@ vddio_boot: regulator-vddio_boot {
regulator-always-on;
};
usb_pwr: regulator-usb_pwr {
usb_pwr: regulator-usb-pwr {
compatible = "regulator-fixed";
regulator-name = "USB_PWR";
regulator-min-microvolt = <5000000>;

View file

@ -60,7 +60,7 @@ sdio_pwrseq: sdio-pwrseq {
clock-names = "ext_clock";
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -68,7 +68,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -77,7 +77,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -86,7 +86,7 @@ vcc_3v3: regulator-vcc_3v3 {
regulator-always-on;
};
hdmi_pw: regulator-hdmi_pw {
hdmi_pw: regulator-hdmi-pw {
compatible = "regulator-fixed";
regulator-name = "HDMI_PW";
regulator-min-microvolt = <5000000>;
@ -95,7 +95,7 @@ hdmi_pw: regulator-hdmi_pw {
regulator-always-on;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -104,7 +104,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -15,7 +15,7 @@ / {
compatible = "seirobotics,sei510", "amlogic,g12a";
model = "SEI Robotics SEI510";
adc_keys {
keys {
compatible = "adc-keys";
io-channels = <&saradc 0>;
io-channel-names = "buttons";
@ -83,7 +83,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -92,7 +92,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -100,7 +100,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
emmc_1v8: regulator-emmc_1v8 {
emmc_1v8: regulator-emmc-1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
@ -109,7 +109,7 @@ emmc_1v8: regulator-emmc_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -118,7 +118,7 @@ vddao_3v3: regulator-vddao_3v3 {
regulator-always-on;
};
vddao_3v3_t: regultor-vddao_3v3_t {
vddao_3v3_t: regulator-vddao-3v3-t {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3_T";
regulator-min-microvolt = <3300000>;
@ -147,7 +147,7 @@ vddcpu: regulator-vddcpu {
regulator-always-on;
};
vddio_ao1v8: regulator-vddio_ao1v8 {
vddio_ao1v8: regulator-vddio-ao1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO1V8";
regulator-min-microvolt = <1800000>;

View file

@ -75,7 +75,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
flash_1v8: regulator-flash_1v8 {
flash_1v8: regulator-flash-1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
@ -84,7 +84,7 @@ flash_1v8: regulator-flash_1v8 {
regulator-always-on;
};
main_12v: regulator-main_12v {
main_12v: regulator-main-12v {
compatible = "regulator-fixed";
regulator-name = "12V";
regulator-min-microvolt = <12000000>;
@ -92,7 +92,7 @@ main_12v: regulator-main_12v {
regulator-always-on;
};
usb_pwr_en: regulator-usb_pwr_en {
usb_pwr_en: regulator-usb-pwr-en {
compatible = "regulator-fixed";
regulator-name = "USB_PWR_EN";
regulator-min-microvolt = <5000000>;
@ -103,7 +103,7 @@ usb_pwr_en: regulator-usb_pwr_en {
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -112,7 +112,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -122,7 +122,7 @@ vcc_3v3: regulator-vcc_3v3 {
/* FIXME: actually controlled by VDDCPU_B_EN */
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC_5V";
regulator-min-microvolt = <5000000>;
@ -133,7 +133,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -142,7 +142,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -66,7 +66,7 @@ sdio_pwrseq: sdio-pwrseq {
clock-names = "ext_clock";
};
flash_1v8: regulator-flash_1v8 {
flash_1v8: regulator-flash-1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
@ -75,7 +75,7 @@ flash_1v8: regulator-flash_1v8 {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -83,7 +83,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -92,7 +92,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -102,7 +102,7 @@ vcc_3v3: regulator-vcc_3v3 {
/* FIXME: actually controlled by VDDCPU_B_EN */
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC_5V";
regulator-min-microvolt = <5000000>;
@ -112,7 +112,7 @@ vcc_5v: regulator-vcc_5v {
gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -121,7 +121,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -19,7 +19,7 @@ dio2133: audio-amplifier-0 {
status = "okay";
};
hub_5v: regulator-hub_5v {
hub_5v: regulator-hub-5v {
compatible = "regulator-fixed";
regulator-name = "HUB_5V";
regulator-min-microvolt = <5000000>;

View file

@ -48,7 +48,7 @@ led-blue {
};
};
tflash_vdd: regulator-tflash_vdd {
tflash_vdd: regulator-tflash-vdd {
compatible = "regulator-fixed";
regulator-name = "TFLASH_VDD";
@ -60,7 +60,7 @@ tflash_vdd: regulator-tflash_vdd {
regulator-always-on;
};
tf_io: gpio-regulator-tf_io {
tf_io: gpio-regulator-tf-io {
compatible = "regulator-gpio";
regulator-name = "TF_IO";
@ -74,7 +74,7 @@ tf_io: gpio-regulator-tf_io {
<1800000 1>;
};
flash_1v8: regulator-flash_1v8 {
flash_1v8: regulator-flash-1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
@ -83,7 +83,7 @@ flash_1v8: regulator-flash_1v8 {
regulator-always-on;
};
main_12v: regulator-main_12v {
main_12v: regulator-main-12v {
compatible = "regulator-fixed";
regulator-name = "12V";
regulator-min-microvolt = <12000000>;
@ -91,7 +91,7 @@ main_12v: regulator-main_12v {
regulator-always-on;
};
usb_pwr_en: regulator-usb_pwr_en {
usb_pwr_en: regulator-usb-pwr-en {
compatible = "regulator-fixed";
regulator-name = "USB_PWR_EN";
regulator-min-microvolt = <5000000>;
@ -103,7 +103,7 @@ usb_pwr_en: regulator-usb_pwr_en {
enable-active-high;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "5V";
regulator-min-microvolt = <5000000>;
@ -114,7 +114,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -123,7 +123,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -171,7 +171,7 @@ vddcpu_b: regulator-vddcpu-b {
regulator-always-on;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -180,7 +180,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -39,7 +39,7 @@ sdio_pwrseq: sdio-pwrseq {
clock-names = "ext_clock";
};
flash_1v8: regulator-flash_1v8 {
flash_1v8: regulator-flash-1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
@ -48,7 +48,7 @@ flash_1v8: regulator-flash_1v8 {
regulator-always-on;
};
main_12v: regulator-main_12v {
main_12v: regulator-main-12v {
compatible = "regulator-fixed";
regulator-name = "12V";
regulator-min-microvolt = <12000000>;
@ -56,7 +56,7 @@ main_12v: regulator-main_12v {
regulator-always-on;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC_5V";
regulator-min-microvolt = <5000000>;
@ -67,7 +67,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -76,7 +76,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -84,7 +84,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x80000000>;
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -93,7 +93,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -120,7 +120,7 @@ led-blue {
};
};
vcc_card: regulator-vcc_card {
vcc_card: regulator-vcc-card {
compatible = "regulator-fixed";
regulator-name = "VCC_CARD";
regulator-min-microvolt = <3300000>;
@ -141,7 +141,7 @@ vcc5v: regulator-vcc5v {
gpio = <&gpio GPIOH_3 GPIO_OPEN_DRAIN>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -150,7 +150,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vddio_ao3v3: regulator-vddio_ao3v3 {
vddio_ao3v3: regulator-vddio-ao3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO3V3";
regulator-min-microvolt = <3300000>;
@ -159,7 +159,7 @@ vddio_ao3v3: regulator-vddio_ao3v3 {
regulator-always-on;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;

View file

@ -50,28 +50,28 @@ hdmi_5v: regulator-hdmi-5v {
regulator-always-on;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -78,21 +78,21 @@ vddio_card: gpio-regulator {
<3300000 1>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -67,7 +67,7 @@ p5v0: regulator-p5v0 {
regulator-always-on;
};
hdmi_p5v0: regulator-hdmi_p5v0 {
hdmi_p5v0: regulator-hdmi-p5v0 {
compatible = "regulator-fixed";
regulator-name = "HDMI_P5V0";
regulator-min-microvolt = <5000000>;
@ -76,7 +76,7 @@ hdmi_p5v0: regulator-hdmi_p5v0 {
vin-supply = <&p5v0>;
};
tflash_vdd: regulator-tflash_vdd {
tflash_vdd: regulator-tflash-vdd {
compatible = "regulator-fixed";
regulator-name = "TFLASH_VDD";
@ -92,7 +92,7 @@ tflash_vdd: regulator-tflash_vdd {
vin-supply = <&vddio_ao3v3>;
};
tf_io: gpio-regulator-tf_io {
tf_io: gpio-regulator-tf-io {
compatible = "regulator-gpio";
regulator-name = "TF_IO";
@ -148,7 +148,7 @@ vddio_ao3v3: regulator-vddio-ao3v3 {
vin-supply = <&p5v0>;
};
ddr3_1v5: regulator-ddr3_1v5 {
ddr3_1v5: regulator-ddr3-1v5 {
compatible = "regulator-fixed";
regulator-name = "DDR3_1V5";
regulator-min-microvolt = <1500000>;

View file

@ -21,14 +21,14 @@ spdif_dit: audio-codec-0 {
sound-name-prefix = "DIT";
};
avdd18_usb_adc: regulator-avdd18_usb_adc {
avdd18_usb_adc: regulator-avdd18-usb-adc {
compatible = "regulator-fixed";
regulator-name = "AVDD18_USB_ADC";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
adc_keys {
keys {
compatible = "adc-keys";
io-channels = <&saradc 0>;
io-channel-names = "buttons";

View file

@ -53,21 +53,21 @@ vddio_card: gpio-regulator {
regulator-settling-time-down-us = <150000>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -47,28 +47,28 @@ usb_pwr: regulator-usb-pwrs {
enable-active-high;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -49,21 +49,21 @@ usb_pwr: regulator-usb-pwrs {
enable-active-high;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -71,7 +71,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -42,7 +42,7 @@ cvbs_connector_in: endpoint {
};
};
dc_5v: regulator-dc_5v {
dc_5v: regulator-dc-5v {
compatible = "regulator-fixed";
regulator-name = "DC_5V";
regulator-min-microvolt = <5000000>;
@ -89,7 +89,7 @@ vcck: regulator-vcck {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -98,7 +98,7 @@ vcc_3v3: regulator-vcc_3v3 {
regulator-always-on;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -107,7 +107,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;

View file

@ -64,28 +64,28 @@ memory@0 {
reg = <0x0 0x0 0x0 0x20000000>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -37,28 +37,28 @@ chosen {
stdout-path = "serial0:115200n8";
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -42,21 +42,21 @@ vddio_card: gpio-regulator {
<3300000 1>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -67,7 +67,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x80000000>;
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -76,7 +76,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -93,7 +93,7 @@ vcck: regulator-vcck {
regulator-always-on;
};
vcc_card: regulator-vcc_card {
vcc_card: regulator-vcc-card {
compatible = "regulator-fixed";
regulator-name = "VCC_CARD";
regulator-min-microvolt = <3300000>;
@ -114,7 +114,7 @@ vcc5v: regulator-vcc5v {
gpio = <&gpio GPIOH_3 GPIO_OPEN_DRAIN>;
};
vddio_ao3v3: regulator-vddio_ao3v3 {
vddio_ao3v3: regulator-vddio-ao3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO3V3";
regulator-min-microvolt = <3300000>;
@ -139,7 +139,7 @@ vddio_card: regulator-vddio-card {
regulator-settling-time-down-us = <50000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -148,7 +148,7 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-always-on;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC 1V8";
regulator-min-microvolt = <1800000>;

View file

@ -93,7 +93,7 @@ hdmi_5v: regulator-hdmi-5v {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -117,7 +117,7 @@ vcc_card: regulator-vcc-card {
regulator-settling-time-down-us = <50000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -125,7 +125,7 @@ vddio_ao18: regulator-vddio_ao18 {
};
/* This is provided by LDOs on the eMMC daugther card */
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;

View file

@ -42,21 +42,21 @@ vddio_card: gpio-regulator {
<3300000 1>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -39,28 +39,28 @@ hdmi_5v: regulator-hdmi-5v {
regulator-always-on;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -112,28 +112,28 @@ hdmi_5v: regulator-hdmi-5v {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddio_boot: regulator-vddio_boot {
vddio_boot: regulator-vddio-boot {
compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -14,7 +14,7 @@ / {
"amlogic,meson-gxm";
model = "Libre Computer AML-S912-PC";
typec2_vbus: regulator-typec2_vbus {
typec2_vbus: regulator-typec2-vbus {
compatible = "regulator-fixed";
regulator-name = "TYPEC2_VBUS";
regulator-min-microvolt = <5000000>;

View file

@ -80,7 +80,7 @@ sdio_pwrseq: sdio-pwrseq {
clock-names = "ext_clock";
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -88,7 +88,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "VCC_5V";
regulator-min-microvolt = <5000000>;
@ -99,7 +99,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -108,7 +108,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -118,7 +118,7 @@ vcc_3v3: regulator-vcc_3v3 {
/* FIXME: actually controlled by VDDCPU_B_EN */
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO1V8";
regulator-min-microvolt = <1800000>;
@ -127,7 +127,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
emmc_1v8: regulator-emmc_1v8 {
emmc_1v8: regulator-emmc-1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_AO1V8";
regulator-min-microvolt = <1800000>;
@ -136,7 +136,7 @@ emmc_1v8: regulator-emmc_1v8 {
regulator-always-on;
};
vsys_3v3: regulator-vsys_3v3 {
vsys_3v3: regulator-vsys-3v3 {
compatible = "regulator-fixed";
regulator-name = "VSYS_3V3";
regulator-min-microvolt = <3300000>;
@ -145,7 +145,7 @@ vsys_3v3: regulator-vsys_3v3 {
regulator-always-on;
};
usb_pwr: regulator-usb_pwr {
usb_pwr: regulator-usb-pwr {
compatible = "regulator-fixed";
regulator-name = "USB_PWR";
regulator-min-microvolt = <5000000>;

View file

@ -150,7 +150,7 @@ vcc_5v: regulator-vcc-5v {
gpio-open-drain;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -171,7 +171,7 @@ vddcpu_b: regulator-vddcpu-b {
pwm-dutycycle-range = <100 0>;
};
vddio_ao18: regulator-vddio_ao18 {
vddio_ao18: regulator-vddio-ao18 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO18";
regulator-min-microvolt = <1800000>;
@ -180,7 +180,7 @@ vddio_ao18: regulator-vddio_ao18 {
vin-supply = <&vddao_3v3>;
};
vddio_c: regulator-vddio_c {
vddio_c: regulator-vddio-c {
compatible = "regulator-gpio";
regulator-name = "VDDIO_C";
regulator-min-microvolt = <1800000>;

View file

@ -54,7 +54,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -63,7 +63,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -71,7 +71,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
emmc_1v8: regulator-emmc_1v8 {
emmc_1v8: regulator-emmc-1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
@ -80,7 +80,7 @@ emmc_1v8: regulator-emmc_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -105,7 +105,7 @@ vddcpu: regulator-vddcpu {
regulator-always-on;
};
vddio_ao1v8: regulator-vddio_ao1v8 {
vddio_ao1v8: regulator-vddio-ao1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO1V8";
regulator-min-microvolt = <1800000>;

View file

@ -82,7 +82,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
emmc_1v8: regulator-emmc_1v8 {
emmc_1v8: regulator-emmc-1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
@ -91,7 +91,7 @@ emmc_1v8: regulator-emmc_1v8 {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -99,7 +99,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
vddio_c: regulator-vddio_c {
vddio_c: regulator-vddio-c {
compatible = "regulator-gpio";
regulator-name = "VDDIO_C";
regulator-min-microvolt = <1800000>;
@ -116,7 +116,7 @@ vddio_c: regulator-vddio_c {
<3300000 1>;
};
tflash_vdd: regulator-tflash_vdd {
tflash_vdd: regulator-tflash-vdd {
compatible = "regulator-fixed";
regulator-name = "TFLASH_VDD";
regulator-min-microvolt = <3300000>;
@ -127,7 +127,7 @@ tflash_vdd: regulator-tflash_vdd {
regulator-always-on;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -136,7 +136,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -165,7 +165,7 @@ vddcpu: regulator-vddcpu {
};
/* USB Hub Power Enable */
vl_pwr_en: regulator-vl_pwr_en {
vl_pwr_en: regulator-vl-pwr-en {
compatible = "regulator-fixed";
regulator-name = "VL_PWR_EN";
regulator-min-microvolt = <5000000>;

View file

@ -43,7 +43,7 @@ led-red {
};
/* Powers the SATA Disk 0 regulator, which is enabled when a disk load is detected */
p12v_0: regulator-p12v_0 {
p12v_0: regulator-p12v-0 {
compatible = "regulator-fixed";
regulator-name = "P12V_0";
regulator-min-microvolt = <12000000>;
@ -56,7 +56,7 @@ p12v_0: regulator-p12v_0 {
};
/* Powers the SATA Disk 1 regulator, which is enabled when a disk load is detected */
p12v_1: regulator-p12v_1 {
p12v_1: regulator-p12v-1 {
compatible = "regulator-fixed";
regulator-name = "P12V_1";
regulator-min-microvolt = <12000000>;

View file

@ -28,7 +28,7 @@ emmc_pwrseq: emmc-pwrseq {
reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>;
};
tflash_vdd: regulator-tflash_vdd {
tflash_vdd: regulator-tflash-vdd {
compatible = "regulator-fixed";
regulator-name = "TFLASH_VDD";
@ -40,7 +40,7 @@ tflash_vdd: regulator-tflash_vdd {
regulator-always-on;
};
tf_io: gpio-regulator-tf_io {
tf_io: gpio-regulator-tf-io {
compatible = "regulator-gpio";
regulator-name = "TF_IO";
@ -59,7 +59,7 @@ tf_io: gpio-regulator-tf_io {
<1800000 1>;
};
flash_1v8: regulator-flash_1v8 {
flash_1v8: regulator-flash-1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
@ -68,7 +68,7 @@ flash_1v8: regulator-flash_1v8 {
regulator-always-on;
};
main_12v: regulator-main_12v {
main_12v: regulator-main-12v {
compatible = "regulator-fixed";
regulator-name = "12V";
regulator-min-microvolt = <12000000>;
@ -76,7 +76,7 @@ main_12v: regulator-main_12v {
regulator-always-on;
};
vcc_5v: regulator-vcc_5v {
vcc_5v: regulator-vcc-5v {
compatible = "regulator-fixed";
regulator-name = "5V";
regulator-min-microvolt = <5000000>;
@ -87,7 +87,7 @@ vcc_5v: regulator-vcc_5v {
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 {
vcc_1v8: regulator-vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC_1V8";
regulator-min-microvolt = <1800000>;
@ -96,7 +96,7 @@ vcc_1v8: regulator-vcc_1v8 {
regulator-always-on;
};
vcc_3v3: regulator-vcc_3v3 {
vcc_3v3: regulator-vcc-3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC_3V3";
regulator-min-microvolt = <3300000>;
@ -125,7 +125,7 @@ vddcpu: regulator-vddcpu {
regulator-always-on;
};
usb_pwr_en: regulator-usb_pwr_en {
usb_pwr_en: regulator-usb-pwr-en {
compatible = "regulator-fixed";
regulator-name = "USB_PWR_EN";
regulator-min-microvolt = <5000000>;
@ -137,7 +137,7 @@ usb_pwr_en: regulator-usb_pwr_en {
enable-active-high;
};
vddao_1v8: regulator-vddao_1v8 {
vddao_1v8: regulator-vddao-1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8";
regulator-min-microvolt = <1800000>;
@ -146,7 +146,7 @@ vddao_1v8: regulator-vddao_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;

View file

@ -127,7 +127,7 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
ao_5v: regulator-ao_5v {
ao_5v: regulator-ao-5v {
compatible = "regulator-fixed";
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
@ -136,7 +136,7 @@ ao_5v: regulator-ao_5v {
regulator-always-on;
};
dc_in: regulator-dc_in {
dc_in: regulator-dc-in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
@ -144,7 +144,7 @@ dc_in: regulator-dc_in {
regulator-always-on;
};
emmc_1v8: regulator-emmc_1v8 {
emmc_1v8: regulator-emmc-1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
@ -153,7 +153,7 @@ emmc_1v8: regulator-emmc_1v8 {
regulator-always-on;
};
vddao_3v3: regulator-vddao_3v3 {
vddao_3v3: regulator-vddao-3v3 {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3";
regulator-min-microvolt = <3300000>;
@ -163,7 +163,7 @@ vddao_3v3: regulator-vddao_3v3 {
};
/* Used by Tuner, RGB Led & IR Emitter LED array */
vddao_3v3_t: regulator-vddao_3v3_t {
vddao_3v3_t: regulator-vddao-3v3-t {
compatible = "regulator-fixed";
regulator-name = "VDDAO_3V3_T";
regulator-min-microvolt = <3300000>;
@ -192,7 +192,7 @@ vddcpu: regulator-vddcpu {
regulator-always-on;
};
vddio_ao1v8: regulator-vddio_ao1v8 {
vddio_ao1v8: regulator-vddio-ao1v8 {
compatible = "regulator-fixed";
regulator-name = "VDDIO_AO1V8";
regulator-min-microvolt = <1800000>;