Messages in this thread Patch in this message |  | | From | Remi Pommarel <> | Subject | [PATCH v3 3/5] arm64: dts: meson-axg: Add PCIE PHY node | Date | Tue, 24 Dec 2019 18:39:40 +0100 |
| |
Enable PCIE PHY node to make PCIE reliable on AXG SoC.
Signed-off-by: Remi Pommarel <repk@triplefau.lt> --- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 04803c3bccfa..e679ef26ab79 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -1356,6 +1356,15 @@ tdmout_c: audio-controller@580 { }; }; + pcie_phy: pcie-phy@ff644000 { + compatible = "amlogic,axg-pcie-phy"; + reg = <0x0 0xff644000 0x0 0x2000>; + aml,hhi-gpr = <&sysctrl>; + resets = <&reset RESET_PCIE_PHY>; + reset-names = "phy"; + #phy-cells = <0>; + }; + aobus: bus@ff800000 { compatible = "simple-bus"; reg = <0x0 0xff800000 0x0 0x100000>; -- 2.24.0
|  |