mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI
Jetson Orin NX and Jetson Orin Nano DTSI files just define the HDA label and it is already added as part of base DTS files. Hence, removing these files. Signed-off-by: sheetal <sheetal@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
		
							parent
							
								
									5f360dbc22
								
							
						
					
					
						commit
						cc36acb8a6
					
				
					 4 changed files with 2 additions and 30 deletions
				
			
		|  | @ -1,14 +0,0 @@ | |||
| // SPDX-License-Identifier: GPL-2.0 | ||||
| 
 | ||||
| #include "tegra234-p3767.dtsi" | ||||
| 
 | ||||
| / { | ||||
| 	compatible = "nvidia,p3767-0000", "nvidia,tegra234"; | ||||
| 	model = "NVIDIA Jetson Orin NX"; | ||||
| 
 | ||||
| 	bus@0 { | ||||
| 		hda@3510000 { | ||||
| 			nvidia,model = "NVIDIA Jetson Orin NX HDA"; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
|  | @ -1,14 +0,0 @@ | |||
| // SPDX-License-Identifier: GPL-2.0 | ||||
| 
 | ||||
| #include "tegra234-p3767.dtsi" | ||||
| 
 | ||||
| / { | ||||
| 	compatible = "nvidia,p3767-0005", "nvidia,tegra234"; | ||||
| 	model = "NVIDIA Jetson Orin Nano"; | ||||
| 
 | ||||
| 	bus@0 { | ||||
| 		hda@3510000 { | ||||
| 			nvidia,model = "NVIDIA Jetson Orin Nano HDA"; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
|  | @ -4,7 +4,7 @@ | |||
| #include <dt-bindings/input/linux-event-codes.h> | ||||
| #include <dt-bindings/input/gpio-keys.h> | ||||
| 
 | ||||
| #include "tegra234-p3767-0000.dtsi" | ||||
| #include "tegra234-p3767.dtsi" | ||||
| #include "tegra234-p3768-0000.dtsi" | ||||
| 
 | ||||
| / { | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| #include <dt-bindings/input/linux-event-codes.h> | ||||
| #include <dt-bindings/input/gpio-keys.h> | ||||
| 
 | ||||
| #include "tegra234-p3767-0005.dtsi" | ||||
| #include "tegra234-p3767.dtsi" | ||||
| #include "tegra234-p3768-0000.dtsi" | ||||
| 
 | ||||
| / { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 sheetal
						sheetal