mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3588-h0: Set clkreq as gpio property
The clkreq is recommended: 1.Set as gpio property 2.Set as function io with supports-clkreq property enable Change-Id: Idc72fa9190a3ec51876f3f5dce09d7e7a5201009 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -695,11 +695,10 @@
|
||||
};
|
||||
|
||||
&pcie3x4 {
|
||||
reset-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
|
||||
vpcie3v3-supply = <&vcc3v3_pcie30>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie20x1_0_clkreqn_m1>;
|
||||
supports-clkreq;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -809,7 +808,7 @@
|
||||
|
||||
pcie {
|
||||
pcie20x1_0_clkreqn_m1: pcie20x1-0-clkreqn-m1 {
|
||||
rockchip,pins = <4 RK_PB4 4 &pcfg_pull_up>;
|
||||
rockchip,pins = <4 RK_PB4 RK_FUNC_GPIO &pcfg_output_low>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user