diff --git a/Makefile b/Makefile index 5a1cce6..8ecd14b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ dtbo-y := makefile-path := platform/t23x/concord/dts/generic-dts dtbo-y += tegra234-p3737-0000+p3701-0000-overlay.dtbo -dtb-y += tegra234-p3710-0010-a01-linux-native.dtb ifneq ($(dtb-y),) dtb-y := $(addprefix $(makefile-path)/,$(dtb-y)) diff --git a/tegra234-p3710-0010-a01-linux-native.dts b/tegra234-p3710-0010-a01-linux-native.dts deleted file mode 100644 index dd937ec..0000000 --- a/tegra234-p3710-0010-a01-linux-native.dts +++ /dev/null @@ -1,87 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -// Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. -/dts-v1/; - -#include -#include - -#include "tegra234.dtsi" - -/ { - compatible = "nvidia,tegra234"; - - bus@0 { - spi@3270000 { - status = "okay"; - - flash@0 { - compatible = "jedec,spi-nor"; - reg = <0>; - spi-max-frequency = <102000000>; - spi-tx-bus-width = <4>; - spi-rx-bus-width = <4>; - }; - }; - - mmc@3460000 { - status = "okay"; - bus-width = <8>; - non-removable; - }; - - rtc@c2a0000 { - status = "okay"; - }; - - pmc@c360000 { - nvidia,invert-interrupt; - }; - }; -}; - -/ { - model = "p3710-0010"; - compatible = "nvidia,tegra234"; - - aliases { - mmc0 = "/bus@0/mmc@3460000"; - serial0 = &tcu; - }; - - chosen { - bootargs = "console=ttyS0,115200n8"; - stdout-path = "serial0:115200n8"; - }; - - gpio-keys { - compatible = "gpio-keys"; - status = "okay"; - - force-recovery { - label = "Force Recovery"; - gpios = <&gpio TEGRA234_MAIN_GPIO(G, 0) GPIO_ACTIVE_LOW>; - linux,input-type = ; - linux,code = ; - }; - - power-key { - label = "Power"; - gpios = <&gpio_aon TEGRA234_AON_GPIO(EE, 4) GPIO_ACTIVE_LOW>; - linux,input-type = ; - linux,code = ; - wakeup-event-action = ; - wakeup-source; - }; - - suspend { - label = "Suspend"; - gpios = <&gpio TEGRA234_MAIN_GPIO(G, 2) GPIO_ACTIVE_LOW>; - linux,input-type = ; - linux,code = ; - }; - }; - - serial { - status = "okay"; - }; -};