rockchip: remove broken vdd-supply props from the usb hub for photonicat2
See #2235.
Sync dts for u-boot while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit e61a1d0a59)
This commit is contained in:
@@ -717,14 +717,14 @@
|
||||
led@1 {
|
||||
reg = <1>;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
function = LED_FUNCTION_LAN;
|
||||
function = LED_FUNCTION_WAN;
|
||||
default-state = "keep";
|
||||
};
|
||||
|
||||
led@2 {
|
||||
reg = <2>;
|
||||
color = <LED_COLOR_ID_AMBER>;
|
||||
function = LED_FUNCTION_LAN;
|
||||
function = LED_FUNCTION_WAN;
|
||||
default-state = "keep";
|
||||
};
|
||||
};
|
||||
@@ -866,7 +866,7 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
full-pwr-cycle-in-suspend;
|
||||
max-frequency = <150000000>;
|
||||
max-frequency = <100000000>;
|
||||
mmc-hs400-1_8v;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
no-sdio;
|
||||
@@ -926,7 +926,6 @@
|
||||
reg = <1>;
|
||||
peer-hub = <&hub_3_0>;
|
||||
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&vcc_3v3_s3>;
|
||||
};
|
||||
|
||||
hub_3_0: hub@2 {
|
||||
@@ -934,7 +933,6 @@
|
||||
reg = <2>;
|
||||
peer-hub = <&hub_2_0>;
|
||||
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&vcc_3v3_s3>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -961,6 +959,9 @@
|
||||
charger {
|
||||
monitored-battery = <&battery>;
|
||||
};
|
||||
|
||||
fan {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -946,7 +946,6 @@
|
||||
reg = <1>;
|
||||
peer-hub = <&hub_3_0>;
|
||||
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&vcc_3v3_s3>;
|
||||
};
|
||||
|
||||
hub_3_0: hub@2 {
|
||||
@@ -954,7 +953,6 @@
|
||||
reg = <2>;
|
||||
peer-hub = <&hub_2_0>;
|
||||
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&vcc_3v3_s3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user