Commit ebf4a5f6 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: u200: consistently order nodes

Like order boards, order nodes by address then node names then aliases.
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 73429cf2
...@@ -16,13 +16,10 @@ / { ...@@ -16,13 +16,10 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
}; };
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
memory@0 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};
cvbs-connector { cvbs-connector {
compatible = "composite-video-connector"; compatible = "composite-video-connector";
...@@ -34,15 +31,6 @@ cvbs_connector_in: endpoint { ...@@ -34,15 +31,6 @@ cvbs_connector_in: endpoint {
}; };
}; };
flash_1v8: regulator-flash_1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vcc_3v3>;
regulator-always-on;
};
hdmi-connector { hdmi-connector {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
type = "a"; type = "a";
...@@ -54,6 +42,20 @@ hdmi_connector_in: endpoint { ...@@ -54,6 +42,20 @@ hdmi_connector_in: endpoint {
}; };
}; };
memory@0 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};
flash_1v8: regulator-flash_1v8 {
compatible = "regulator-fixed";
regulator-name = "FLASH_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vcc_3v3>;
regulator-always-on;
};
main_12v: regulator-main_12v { main_12v: regulator-main_12v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "12V"; regulator-name = "12V";
...@@ -62,6 +64,17 @@ main_12v: regulator-main_12v { ...@@ -62,6 +64,17 @@ main_12v: regulator-main_12v {
regulator-always-on; regulator-always-on;
}; };
usb_pwr_en: regulator-usb_pwr_en {
compatible = "regulator-fixed";
regulator-name = "USB_PWR_EN";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&vcc_5v>;
gpio = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
vcc_1v8: regulator-vcc_1v8 { vcc_1v8: regulator-vcc_1v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VCC_1V8"; regulator-name = "VCC_1V8";
...@@ -92,17 +105,6 @@ vcc_5v: regulator-vcc_5v { ...@@ -92,17 +105,6 @@ vcc_5v: regulator-vcc_5v {
enable-active-high; enable-active-high;
}; };
usb_pwr_en: regulator-usb_pwr_en {
compatible = "regulator-fixed";
regulator-name = "USB_PWR_EN";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&vcc_5v>;
gpio = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
vddao_1v8: regulator-vddao_1v8 { vddao_1v8: regulator-vddao_1v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VDDAO_1V8"; regulator-name = "VDDAO_1V8";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment