mekotronics-r58x-4g: mainline: clean up a bit
- otg pin thing is for fusb302 related type-c thing (I ignore for now) - drop dup combphy0
This commit is contained in:
parent
1d0eccda66
commit
bcdc3e9871
@ -143,20 +143,6 @@
|
||||
vin-supply = <&vcc12v_dcin>;
|
||||
};
|
||||
|
||||
/* @TODO: otg pin is different...
|
||||
vcc5v0_otg: vcc5v0-otg-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
enable-active-high;
|
||||
gpio = <&gpio4 0x07 0x00>;
|
||||
pinctrl-0 = <&vcc5v0_otg_en>;
|
||||
pinctrl-names = "default";
|
||||
regulator-max-microvolt = <0x4c4b40>;
|
||||
regulator-min-microvolt = <0x4c4b40>;
|
||||
regulator-name = "vcc5v0_otg";
|
||||
vin-supply = <&vcc5v0_sys>;
|
||||
};
|
||||
*/
|
||||
|
||||
hdmi0-con {
|
||||
compatible = "hdmi-connector";
|
||||
type = "a";
|
||||
@ -390,10 +376,6 @@
|
||||
|
||||
// @TODO: i2s6_8ch ?
|
||||
|
||||
&combphy0_ps {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mdio0 {
|
||||
rgmii_phy0: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-ieee802.3-c22";
|
||||
@ -444,7 +426,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&combphy0_ps { // @TODO for SATA?
|
||||
&combphy0_ps {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -452,7 +434,7 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&combphy2_psu { // @TODO: needed?
|
||||
&combphy2_psu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -468,9 +450,6 @@
|
||||
|
||||
&pinctrl {
|
||||
|
||||
// @TODO: gmac0
|
||||
// @TODO: gmac1
|
||||
|
||||
gpio-leds {
|
||||
fourg_led_pin: fourg-led-pin {
|
||||
rockchip,pins = <3 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
@ -491,12 +470,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
/* @TODO
|
||||
pcie30x2m1_pins: pcie30x2m1-pins {
|
||||
rockchip,pins = <0x04 0x06 0x04 &pcfg_pull_none>, <0x04 0x08 0x04 &pcfg_pull_none>, <0x04 0x07 0x04 &pcfg_pull_none>;
|
||||
};
|
||||
*/
|
||||
|
||||
hdmirx {
|
||||
hdmirx_hpd: hdmirx-5v-detection {
|
||||
rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
@ -758,7 +731,6 @@
|
||||
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
// @TODO: vendor: regulator-suspend-microvolt = <1800000>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -950,8 +922,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
// @TODO whatever the frak usbhost3_0 is
|
||||
|
||||
// XHCI (USB3) stuff is disabled, as it all depends on the fusb302 USB-C controller
|
||||
// the blue ports on the front of the board, labelled "USB3", arent really USB3, but USB2.
|
||||
&u2phy1 { // for usbdp_phy1 which is also usb_host1_xhci
|
||||
|
||||
Loading…
Reference in New Issue
Block a user