diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2021-06-08 23:10:18 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-25 01:42:16 +0200 |
commit | 269758a5bcea1376d037dfea62f161ff8562e489 (patch) | |
tree | c60787655dfe24083c9f9a495c4ba112eaa1d987 /target/linux/ipq806x/files/arch | |
parent | a73a8269e13f9387a2ac883dac7fe0dd49999ede (diff) | |
download | upstream-269758a5bcea1376d037dfea62f161ff8562e489.tar.gz upstream-269758a5bcea1376d037dfea62f161ff8562e489.tar.bz2 upstream-269758a5bcea1376d037dfea62f161ff8562e489.zip |
ipq806x: Askey RT4230W REV6: use usual writing for pcie part
The problem has been fixed in f47cb405cafd ("ipq806x: fix pci broken
on bootm command"), now the pcie part can be written in the usual way.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files/arch')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rt4230w-rev6.dts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rt4230w-rev6.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rt4230w-rev6.dts index 54356e2ff1..0ad2dfa57b 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rt4230w-rev6.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rt4230w-rev6.dts @@ -294,14 +294,16 @@ &pcie0 { status = "okay"; reset-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_HIGH>; - /delete-property/ perst-gpios; + pinctrl-0 = <&pcie0_pins>; + pinctrl-names = "default"; }; &pcie1 { status = "okay"; reset-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_HIGH>; - /delete-property/ perst-gpios; - force_gen1 = <1>; + pinctrl-0 = <&pcie1_pins>; + pinctrl-names = "default"; + max-link-speed = <1>; }; &ART { |