mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-12 00:44:01 -04:00
arm64: dts: rockchip: Add pcie1 slot for rk3576 evb1 board
PCIe1 and usb_drd1_dwc3 is sharing the same PHY on RK3576 platform. For pcie1 slot and USB interface, there is a swich IC labelled as Dial_Switch_1 on evb1 board. If we need to make pcie1 slot work for this board, we should first disable usb_drd1_dwc3 and then set Dial_Switch_1 to low state. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Link: https://lore.kernel.org/r/1745371359-30443-1-git-send-email-shawn.lin@rock-chips.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
281bc0c595
commit
faebc6375b
@@ -691,6 +691,17 @@ rgmii_phy1: phy@1 {
|
||||
};
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
reset-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
|
||||
vpcie3v3-supply = <&vcc3v3_pcie1>;
|
||||
|
||||
/*
|
||||
* Disable usb_drd1_dwc3 if enabling pcie1 and set Dial_Switch_1
|
||||
* to low state according to the schematic of page 17.
|
||||
*/
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
usb {
|
||||
usb_host_pwren: usb-host-pwren {
|
||||
|
||||
Reference in New Issue
Block a user