From 2b1996eb0558a0f2f90be5862c9df8f2c39df4dd Mon Sep 17 00:00:00 2001 From: Brad Griffis Date: Tue, 3 Sep 2024 18:42:59 +0000 Subject: [PATCH] t23x: nv-soc: remove pcie-ep nodes that are upstream Most of the definition to pcie-ep@14160000 has been added to tegra234.dtsi. Remove those pieces that are already part of that file so we don't have redundant definitions. Bug 4707773 Change-Id: I73d1c44f6e07bd16fda22256590218c4f1a6ed39 Signed-off-by: Brad Griffis Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207120 (cherry picked from commit 9e50a2a3fda73672ea7893d30b4d33603c686a54) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3216030 Reviewed-by: Jon Hunter GVS: buildbot_gerritrpt --- nv-soc/tegra234-soc-overlay.dtsi | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/nv-soc/tegra234-soc-overlay.dtsi b/nv-soc/tegra234-soc-overlay.dtsi index a40d9b6..d67b06e 100644 --- a/nv-soc/tegra234-soc-overlay.dtsi +++ b/nv-soc/tegra234-soc-overlay.dtsi @@ -857,39 +857,12 @@ }; pcie-ep@14160000 { - compatible = "nvidia,tegra234-pcie-ep"; - power-domains = <&bpmp TEGRA234_POWER_DOMAIN_PCIEX4BB>; - reg = <0x00 0x14160000 0x0 0x00020000 /* appl registers (128K) */ - 0x00 0x36040000 0x0 0x00040000 /* iATU_DMA reg space (256K) */ - 0x00 0x36080000 0x0 0x00040000 /* DBI space (256K) */ - 0x21 0x40000000 0x3 0x00000000>; /* Address Space (12G) */ - reg-names = "appl", "atu_dma", "dbi", "addr_space"; - num-lanes = <4>; - clocks = <&bpmp TEGRA234_CLK_PEX0_C4_CORE>; - clock-names = "core"; - resets = <&bpmp TEGRA234_RESET_PEX0_CORE_4_APB>, - <&bpmp TEGRA234_RESET_PEX0_CORE_4>; - reset-names = "apb", "core"; - pinctrl-names = "default"; pinctrl-0 = <&pex_rst_c4_in_state>; - interrupts = ; /* controller interrupt */ - interrupt-names = "intr"; - nvidia,bpmp = <&bpmp 4>; - nvidia,enable-ext-refclk; - nvidia,aspm-cmrt-us = <60>; - nvidia,aspm-pwr-on-t-us = <20>; - nvidia,aspm-l0s-entrance-latency-us = <3>; nvidia,host1x = <&host1x>; num-ib-windows = <2>; num-ob-windows = <8>; - interconnects = <&mc TEGRA234_MEMORY_CLIENT_PCIE4R &emc>, - <&mc TEGRA234_MEMORY_CLIENT_PCIE4W &emc>; - interconnect-names = "dma-mem", "write"; - iommus = <&smmu_niso0 TEGRA234_SID_PCIE4>; - dma-coherent; - status = "disabled"; }; pcie-ep@141a0000 {