]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3568-radxa-e25: Enable pcie3x1 node
authorJonas Karlman <jonas@kwiboo.se>
Wed, 2 Aug 2023 19:34:57 +0000 (19:34 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 23 Oct 2023 10:21:55 +0000 (18:21 +0800)
Enable mini PCIe slot, pcie3x1 node, now that the PCIe PHY driver
support bifurcation.

A pinctrl is assigned for reset-gpios or the device may freeze running
pci enum and nothing is connected to the mini PCIe slot.

Also drop the AHCI_PCI Kconfig option as this option is not required for
a functional M.2 SATA drive slot.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi
configs/radxa-e25-rk3568_defconfig

index 572bdc5665b126c886bd73ac41739ab9c5f28d47..1136f0bb3b814b0cec2763c0f761648bae259f9b 100644 (file)
@@ -8,9 +8,16 @@
        };
 };
 
-/* PCIe PHY driver in U-Boot does not support bifurcation */
 &pcie3x1 {
-       status = "disabled";
+       pinctrl-0 = <&pcie30x1_reset_h>;
+};
+
+&pinctrl {
+       pcie {
+               pcie30x1_reset_h: pcie30x1-reset-h {
+                       rockchip,pins = <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+       };
 };
 
 &sdhci {
index a905100a794dd2daee71be0d886a547e6be78685..2dfff6af3bd17807920fa2520ecf6d0ac4f65e8d 100644 (file)
@@ -54,7 +54,6 @@ CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigne
 CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SPL_SYSCON=y
-CONFIG_AHCI_PCI=y
 CONFIG_DWC_AHCI=y
 CONFIG_SPL_CLK=y
 CONFIG_ROCKCHIP_GPIO=y