Module Name:    src
Committed By:   jakllsch
Date:           Wed Apr 10 23:30:28 UTC 2019

Modified Files:
        src/sys/arch/arm/dts: rk3399-rockpro64.dts

Log Message:
Revert RockPro64 dts changes made for rk3399_pcie.   This will need to
be re-done differently so as to avoid contention between dts upstream
and our driver.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/dts/rk3399-rockpro64.dts

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/dts/rk3399-rockpro64.dts
diff -u src/sys/arch/arm/dts/rk3399-rockpro64.dts:1.2 src/sys/arch/arm/dts/rk3399-rockpro64.dts:1.3
--- src/sys/arch/arm/dts/rk3399-rockpro64.dts:1.2	Thu Mar  7 00:35:22 2019
+++ src/sys/arch/arm/dts/rk3399-rockpro64.dts	Wed Apr 10 23:30:28 2019
@@ -85,18 +85,6 @@
 		regulator-max-microvolt = <12000000>;
 	};
 
-	vcc3v3_pcie: vcc3v3-pcie-regulator {
-		compatible = "regulator-fixed";
-		regulator-min-microvolt = <3300000>;
-		regulator-max-microvolt = <3300000>;
-		enable-active-high;
-		gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
-		pinctrl-names = "default";
-		pinctrl-0 = <&pcie_pwr_en>;
-		regulator-name = "vcc3v3_pcie";
-		vin-supply = <&dc_12v>;
-	};
-
 	vcc1v8_s0: vcc1v8-s0 {
 		compatible = "regulator-fixed";
 		regulator-name = "vcc1v8_s0";
@@ -864,18 +852,6 @@
 				<1 14 RK_FUNC_GPIO &pcfg_pull_down>;
 		};
 	};
-
-	pcie {
-		pcie_pwr_en: pcie-pwr-en {
-			rockchip,pins =
-				<1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>;
-		};
-
-		pcie_clkreqn: pci-clkreqn {
-			rockchip,pins =
-				<2 RK_PD2 RK_FUNC_2 &pcfg_pull_none>;
-		};
-	};
 };
 
 &cluster0_opp {
@@ -896,30 +872,6 @@
 	};
 };
 
-&pcie_phy {
-	status = "okay";
-};
-
-&pcie0 {
-	assigned-clocks = <&cru SCLK_PCIEPHY_REF>;
-	assigned-clock-parents = <&cru SCLK_PCIEPHY_REF100M>;
-	assigned-clock-rates = <100000000>;
-	ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
-	num-lanes = <4>;
-	max-link-speed = <2>;
-	pinctrl-names = "default";
-	pinctrl-0 = <&pcie_clkreqn>;
-	vpcie3v3-supply = <&vcc3v3_pcie>;
-	status = "okay";
-	bus-range = <0 3>;
-	ranges = <
-		  0xc3000000 0x0 0xf8000000 0x0 0xf8000000 0x0 0x2000000 /* 32M region 0, prefmem */
-		  0x82000000 0x0 0xfa000000 0x0 0xfa000000 0x0 0x1c00000 /* 28M regions 1-28, mem */
-		  0x81000000 0x0 0x00000000 0x0 0xfbc00000 0x0 0x0100000 /*  1M region 29, i/o */
-		  0x00010000 0x0 0x00000000 0x0 0xfbd00000 0x0 0x0300000 /*  3M regions 30-32, config */
-		  >;
-};
-
 &spi1 {
 	status = "okay";
 

Reply via email to