ODROID-COMMON:USB hub enable/reset control && Unused i2c0 disabled.

Change-Id: Ib66ca11cdad3d65187ff06fe3ac981300c894bc3
This commit is contained in:
Kevin Kim
2018-11-22 12:17:26 +09:00
parent 7702722138
commit 02b13d9a58

View File

@@ -179,6 +179,22 @@
};
};
gpio-reset {
compatible = "linux,gpio-reset";
usb_hub_en {
gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
asserted-state = <0>;
duration-ms = <100>;
auto;
};
usb_hub {
gpios = <&gpio GPIOH_4 GPIO_ACTIVE_HIGH>;
asserted-state = <0>;
duration-ms = <100>;
auto;
};
};
efuse: efuse{
compatible = "amlogic, efuse";
read_cmd = <0x82000030>;
@@ -217,13 +233,6 @@
};//End efusekey
};
&i2c0 {
status = "okay";
pinctrl-names="default";
pinctrl-0=<&i2c0_master_pins2>;
clock-frequency = <400000>;
};
&ethmac {
status = "okay";
pinctrl-names = "external_eth_pins";