summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am3517-evm-ui.dtsi
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/am3517-evm-ui.dtsi
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/am3517-evm-ui.dtsi')
-rw-r--r--arch/arm/boot/dts/am3517-evm-ui.dtsi217
1 files changed, 0 insertions, 217 deletions
diff --git a/arch/arm/boot/dts/am3517-evm-ui.dtsi b/arch/arm/boot/dts/am3517-evm-ui.dtsi
deleted file mode 100644
index 16b8968d5be8..000000000000
--- a/arch/arm/boot/dts/am3517-evm-ui.dtsi
+++ /dev/null
@@ -1,217 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-only
-/*
- * Copyright (C) 2018 Logic PD, Inc - https://www.logicpd.com/
- */
-
-#include <dt-bindings/input/input.h>
-
-/ {
- codec1 {
- compatible = "simple-audio-card";
- simple-audio-card,name = "tlv320aic23-hifi";
-
- simple-audio-card,widgets =
- "Microphone", "Mic In",
- "Line", "Line In",
- "Line", "Line Out";
-
- simple-audio-card,routing =
- "Line Out", "LOUT",
- "Line Out", "ROUT",
- "LLINEIN", "Line In",
- "RLINEIN", "Line In",
- "MICIN", "Mic In";
-
- simple-audio-card,format = "i2s";
- simple-audio-card,bitclock-master = <&sound_master>;
- simple-audio-card,frame-master = <&sound_master>;
-
- simple-audio-card,cpu {
- sound-dai = <&mcbsp1>;
- };
-
- sound_master: simple-audio-card,codec {
- sound-dai = <&tlv320aic23_1>;
- system-clock-frequency = <12000000>;
- };
- };
-
- codec2 {
- compatible = "simple-audio-card";
- simple-audio-card,name = "tlv320aic23-hifi";
-
- simple-audio-card,widgets =
- "Microphone", "Mic In",
- "Line", "Line In",
- "Line", "Line Out";
-
- simple-audio-card,routing =
- "Line Out", "LOUT",
- "Line Out", "ROUT",
- "LLINEIN", "Line In",
- "RLINEIN", "Line In",
- "MICIN", "Mic In";
-
- simple-audio-card,format = "i2s";
- simple-audio-card,bitclock-master = <&sound_master2>;
- simple-audio-card,frame-master = <&sound_master2>;
-
- simple-audio-card,cpu {
- sound-dai = <&mcbsp2>;
- };
-
- sound_master2: simple-audio-card,codec {
- sound-dai = <&tlv320aic23_2>;
- system-clock-frequency = <12000000>;
- };
- };
-
- expander-keys {
- compatible = "gpio-keys-polled";
- poll-interval = <100>;
-
- key-record {
- label = "Record";
- /* linux,code = <BTN_0>; */
- gpios = <&tca6416_2 15 GPIO_ACTIVE_LOW>;
- };
-
- key-play {
- label = "Play";
- linux,code = <KEY_PLAY>;
- gpios = <&tca6416_2 14 GPIO_ACTIVE_LOW>;
- };
-
- key-stop {
- label = "Stop";
- linux,code = <KEY_STOP>;
- gpios = <&tca6416_2 13 GPIO_ACTIVE_LOW>;
- };
-
- key-fwd {
- label = "FWD";
- linux,code = <KEY_FASTFORWARD>;
- gpios = <&tca6416_2 12 GPIO_ACTIVE_LOW>;
- };
-
- key-rwd {
- label = "RWD";
- linux,code = <KEY_REWIND>;
- gpios = <&tca6416_2 11 GPIO_ACTIVE_LOW>;
- };
-
- key-shift {
- label = "Shift";
- linux,code = <KEY_LEFTSHIFT>;
- gpios = <&tca6416_2 10 GPIO_ACTIVE_LOW>;
- };
-
- key-mode {
- label = "Mode";
- linux,code = <BTN_MODE>;
- gpios = <&tca6416_2 9 GPIO_ACTIVE_LOW>;
- };
-
- key-menu {
- label = "Menu";
- linux,code = <KEY_MENU>;
- gpios = <&tca6416_2 8 GPIO_ACTIVE_LOW>;
- };
-
- key-up {
- label = "Up";
- linux,code = <KEY_UP>;
- gpios = <&tca6416_2 7 GPIO_ACTIVE_LOW>;
- };
-
- key-down {
- label = "Down";
- linux,code = <KEY_DOWN>;
- gpios = <&tca6416_2 6 GPIO_ACTIVE_LOW>;
- };
- };
-};
-
-&i2c2 {
- /* Audio codecs */
- tlv320aic23_1: codec@1a {
- compatible = "ti,tlv320aic23";
- reg = <0x1a>;
- #sound-dai-cells = <0>;
- status = "okay";
- };
-
- tlv320aic23_2: codec@1b {
- compatible = "ti,tlv320aic23";
- reg = <0x1b>;
- #sound-dai-cells = <0>;
- status = "okay";
- };
-};
-
-&i2c3 {
- /* Audio codecs */
- tlv320aic23_3: codec@1a {
- compatible = "ti,tlv320aic23";
- reg = <0x1a>;
- #sound-dai-cells = <0>;
- status = "okay";
- };
-
- /* GPIO Expanders */
- tca6416_2: gpio@20 {
- compatible = "ti,tca6416";
- reg = <0x20>;
- gpio-controller;
- #gpio-cells = <2>;
- vcc-supply = <&vdd_io_reg>;
- };
-
- tca6416_3: gpio@21 {
- compatible = "ti,tca6416";
- reg = <0x21>;
- gpio-controller;
- #gpio-cells = <2>;
- vcc-supply = <&vdd_io_reg>;
- };
-
- /* TVP5146 Analog Video decoder input */
- tvp5146@5c {
- compatible = "ti,tvp5146m2";
- reg = <0x5c>;
- };
-};
-
-&mcbsp1 {
- status = "okay";
- #sound-dai-cells = <0>;
- pinctrl-names = "default";
- pinctrl-0 = <&mcbsp1_pins>;
-};
-
-&mcbsp2 {
- status = "okay";
- #sound-dai-cells = <0>;
- pinctrl-names = "default";
- pinctrl-0 = <&mcbsp2_pins>;
-};
-
-&omap3_pmx_core {
- mcbsp1_pins: mcbsp1-pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x2190, PIN_OUTPUT | MUX_MODE0) /* mcbsp1_dx.mcbsp1_dx */
- OMAP3_CORE1_IOPAD(0x2192, PIN_INPUT | MUX_MODE0) /* mcbsp1_dx.mcbsp1_dr */
- OMAP3_CORE1_IOPAD(0x2196, PIN_INPUT | MUX_MODE0) /* mcbsp_clks.mcbsp1_fsx */
- OMAP3_CORE1_IOPAD(0x2198, PIN_INPUT | MUX_MODE0) /* mcbsp1_clkx.mcbsp1_clkx */
- >;
- };
-
- mcbsp2_pins: mcbsp2-pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x213c, PIN_INPUT | MUX_MODE0) /* mcbsp2_fsx.mcbsp2_fsx */
- OMAP3_CORE1_IOPAD(0x213e, PIN_INPUT | MUX_MODE0) /* mcbsp2_clkx.mcbsp2_clkx */
- OMAP3_CORE1_IOPAD(0x2140, PIN_INPUT | MUX_MODE0) /* mcbsp2_dr.mcbsp2.dr */
- OMAP3_CORE1_IOPAD(0x2142, PIN_OUTPUT | MUX_MODE0) /* mcbsp2_dx.mcbsp2_dx */
- >;
- };
-};