summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-pico-hobbit.dts
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-05-04 18:38:52 -0500
committerRob Herring <robh@kernel.org>2023-06-21 11:39:50 -0600
commit724ba6751532055db75992fc6ae21c3e322e94a7 (patch)
treec54cea784e2f7725fe18f8a5a234779b966d414a /arch/arm/boot/dts/imx7d-pico-hobbit.dts
parent6a1d798feb65d2a67e6e2cafb0b0e4f430603226 (diff)
ARM: dts: Move .dts files to vendor sub-directories
The arm dts directory has grown to 1559 boards which makes it a bit unwieldy to maintain and use. Past attempts stalled out due to plans to move .dts files out of the kernel tree. Doing that is no longer planned (any time soon at least), so let's go ahead and group .dts files by vendors. This move aligns arm with arm64 .dts file structure. There's no change to dtbs_install as the flat structure is maintained on install. The naming of vendor directories is roughly in this order of preference: - Matching original and current SoC vendor prefix/name (e.g. ti, qcom) - Current vendor prefix/name if still actively sold (SoCs which have been aquired) (e.g. nxp/imx) - Existing platform name for older platforms not sold/maintained by any company (e.g. gemini, nspire) The whole move was scripted with the exception of MAINTAINERS and a few makefile fixups. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michal Simek <michal.simek@amd.com> #Xilinx Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Paul Barker <paul.barker@sancloud.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Wei Xu <xuwei5@hisilicon.com> #hisilicon Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Nick Hawkins <nick.hawkins@hpe.com> Acked-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> #broadcom Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Patrice Chotard <patrice.chotard@foss.st.com> Acked-by: Romain Perier <romain.perier@gmail.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-pico-hobbit.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-pico-hobbit.dts105
1 files changed, 0 insertions, 105 deletions
diff --git a/arch/arm/boot/dts/imx7d-pico-hobbit.dts b/arch/arm/boot/dts/imx7d-pico-hobbit.dts
deleted file mode 100644
index d917dc4f2f22..000000000000
--- a/arch/arm/boot/dts/imx7d-pico-hobbit.dts
+++ /dev/null
@@ -1,105 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
-//
-// Copyright 2017 NXP
-
-#include "imx7d-pico.dtsi"
-
-/ {
- model = "TechNexion PICO-IMX7D Board using Hobbit baseboard";
- compatible = "technexion,imx7d-pico-hobbit", "fsl,imx7d";
-
- leds {
- compatible = "gpio-leds";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_gpio_leds>;
-
- led {
- label = "gpio-led";
- gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>;
- };
- };
-
- sound {
- compatible = "simple-audio-card";
- simple-audio-card,name = "imx7-sgtl5000";
- simple-audio-card,format = "i2s";
- simple-audio-card,bitclock-master = <&dailink_master>;
- simple-audio-card,frame-master = <&dailink_master>;
- simple-audio-card,cpu {
- sound-dai = <&sai1>;
- };
-
- dailink_master: simple-audio-card,codec {
- sound-dai = <&sgtl5000>;
- clocks = <&clks IMX7D_AUDIO_MCLK_ROOT_DIV>;
- };
- };
-};
-
-&i2c1 {
- sgtl5000: codec@a {
- #sound-dai-cells = <0>;
- reg = <0x0a>;
- compatible = "fsl,sgtl5000";
- clocks = <&clks IMX7D_AUDIO_MCLK_ROOT_DIV>;
- VDDA-supply = <&reg_2p5v>;
- VDDIO-supply = <&reg_vref_1v8>;
- };
-};
-
-&i2c4 {
- status = "okay";
-
- adc081c: adc@50 {
- compatible = "ti,adc081c";
- reg = <0x50>;
- vref-supply = <&reg_3p3v>;
- };
-};
-
-&ecspi3 {
- ads7846@0 {
- reg = <0>;
- compatible = "ti,ads7846";
- interrupt-parent = <&gpio2>;
- interrupts = <7 0>;
- spi-max-frequency = <1000000>;
- pendown-gpio = <&gpio2 7 0>;
- vcc-supply = <&reg_3p3v>;
- ti,x-min = /bits/ 16 <0>;
- ti,x-max = /bits/ 16 <4095>;
- ti,y-min = /bits/ 16 <0>;
- ti,y-max = /bits/ 16 <4095>;
- ti,pressure-max = /bits/ 16 <1024>;
- ti,x-plate-ohms = /bits/ 16 <90>;
- ti,y-plate-ohms = /bits/ 16 <90>;
- ti,debounce-max = /bits/ 16 <70>;
- ti,debounce-tol = /bits/ 16 <3>;
- ti,debounce-rep = /bits/ 16 <2>;
- ti,settle-delay-usec = /bits/ 16 <150>;
- wakeup-source;
- };
-};
-
-&iomuxc {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_hog>;
-
- pinctrl_hog: hoggrp {
- fsl,pins = <
- MX7D_PAD_EPDC_DATA00__GPIO2_IO0 0x14
- MX7D_PAD_EPDC_DATA01__GPIO2_IO1 0x14
- MX7D_PAD_EPDC_DATA02__GPIO2_IO2 0x14
- MX7D_PAD_EPDC_DATA03__GPIO2_IO3 0x14
- MX7D_PAD_EPDC_DATA05__GPIO2_IO5 0x14
- MX7D_PAD_EPDC_DATA12__GPIO2_IO12 0x14
- MX7D_PAD_EPDC_DATA07__GPIO2_IO7 0x14
- >;
- };
-
- pinctrl_gpio_leds: gpioledsgrp {
- fsl,pins = <
- MX7D_PAD_EPDC_DATA13__GPIO2_IO13 0x14
- >;
- };
-};