mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 05:56:55 +07:00
arm64: dts: meson-gxbb-odroidc2: Fix node order
Sort nodes referenced by label alphabetically. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
8d7c77111f
commit
3b69bdbf9e
@ -137,16 +137,6 @@ emmc_pwrseq: emmc-pwrseq {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&scpi_clocks {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart_AO {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-0 = <&uart_ao_a_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
};
|
|
||||||
|
|
||||||
ðmac {
|
ðmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <ð_rgmii_pins>;
|
pinctrl-0 = <ð_rgmii_pins>;
|
||||||
@ -172,6 +162,33 @@ eth_phy0: ethernet-phy@0 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpio_ao {
|
||||||
|
/*
|
||||||
|
* WARNING: The USB Hub on the Odroid-C2 needs a reset signal
|
||||||
|
* to be turned high in order to be detected by the USB Controller
|
||||||
|
* This signal should be handled by a USB specific power sequence
|
||||||
|
* in order to reset the Hub when USB bus is powered down.
|
||||||
|
*/
|
||||||
|
usb-hub {
|
||||||
|
gpio-hog;
|
||||||
|
gpios = <GPIOAO_4 GPIO_ACTIVE_HIGH>;
|
||||||
|
output-high;
|
||||||
|
line-name = "usb-hub-reset";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_A {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&i2c_a_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
||||||
|
&ir {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&remote_input_ao_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl_aobus {
|
&pinctrl_aobus {
|
||||||
gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En",
|
gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En",
|
||||||
"USB HUB nRESET", "USB OTG Power En",
|
"USB HUB nRESET", "USB OTG Power En",
|
||||||
@ -223,55 +240,15 @@ &pinctrl_periphs {
|
|||||||
"";
|
"";
|
||||||
};
|
};
|
||||||
|
|
||||||
&ir {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-0 = <&remote_input_ao_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_A {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-0 = <&i2c_a_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gpio_ao {
|
|
||||||
/*
|
|
||||||
* WARNING: The USB Hub on the Odroid-C2 needs a reset signal
|
|
||||||
* to be turned high in order to be detected by the USB Controller
|
|
||||||
* This signal should be handled by a USB specific power sequence
|
|
||||||
* in order to reset the Hub when USB bus is powered down.
|
|
||||||
*/
|
|
||||||
usb-hub {
|
|
||||||
gpio-hog;
|
|
||||||
gpios = <GPIOAO_4 GPIO_ACTIVE_HIGH>;
|
|
||||||
output-high;
|
|
||||||
line-name = "usb-hub-reset";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb0_phy {
|
|
||||||
status = "okay";
|
|
||||||
phy-supply = <&usb_otg_pwr>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb1_phy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&saradc {
|
&saradc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
vref-supply = <&vcc1v8>;
|
vref-supply = <&vcc1v8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&scpi_clocks {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
/* SD */
|
/* SD */
|
||||||
&sd_emmc_b {
|
&sd_emmc_b {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
@ -309,3 +286,26 @@ &sd_emmc_c {
|
|||||||
vmmc-supply = <&vcc3v3>;
|
vmmc-supply = <&vcc3v3>;
|
||||||
vqmmc-supply = <&vcc1v8>;
|
vqmmc-supply = <&vcc1v8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&uart_AO {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&uart_ao_a_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb0_phy {
|
||||||
|
status = "okay";
|
||||||
|
phy-supply = <&usb_otg_pwr>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb1_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user