From 6426a9e788fec005d74290d59ad545f4a08febc6 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Thu, 7 Oct 2021 18:21:12 +0200 Subject: [PATCH] imx8mn-somdevices: arm: dts: Removed not used peripherals. Signed-off-by: Josep Orga --- arch/arm/dts/imx8mn-somdevices.dts | 141 ----------------------------- 1 file changed, 141 deletions(-) diff --git a/arch/arm/dts/imx8mn-somdevices.dts b/arch/arm/dts/imx8mn-somdevices.dts index f05ea52700..89268ecda4 100644 --- a/arch/arm/dts/imx8mn-somdevices.dts +++ b/arch/arm/dts/imx8mn-somdevices.dts @@ -45,40 +45,6 @@ gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>; enable-active-high; }; - - ir-receiver { - compatible = "gpio-ir-receiver"; - gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_ir>; - linux,autosuspend-period = <125>; - }; - - dsi_host: dsi-host { - compatible = "samsung,sec-mipi-dsi"; - status = "okay"; - }; - - rm67191_panel { - compatible = "raydium,rm67191"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_mipi_dsi_en>; - reset-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>; - dsi-lanes = <4>; - video-mode = <2>; /* 0: burst mode - * 1: non-burst mode with sync event - * 2: non-burst mode with sync pulse - */ - panel-width-mm = <68>; - panel-height-mm = <121>; - status = "okay"; - - port { - rm67191_from_dsim: endpoint { - remote-endpoint = <&dsim_to_rm67191>; - }; - }; - }; }; &A53_0 { @@ -232,74 +198,6 @@ scl-gpios = <&gpio5 16 GPIO_ACTIVE_HIGH>; sda-gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; status = "okay"; - - adv_bridge: adv7535@3d { - compatible = "adi,adv7533"; - reg = <0x3d>; - adi,addr-cec = <0x3c>; - adi,dsi-lanes = <4>; - status = "okay"; - - port { - adv7535_from_dsim: endpoint { - remote-endpoint = <&dsim_to_adv7535>; - }; - }; - }; - - ptn5110: tcpc@50 { - compatible = "nxp,ptn5110"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_typec1>; - reg = <0x50>; - interrupt-parent = <&gpio2>; - interrupts = <11 IRQ_TYPE_LEVEL_LOW>; - status = "okay"; - - port { - typec1_dr_sw: endpoint { - remote-endpoint = <&usb1_drd_sw>; - }; - }; - - typec1_con: connector { - compatible = "usb-c-connector"; - label = "USB-C"; - power-role = "dual"; - data-role = "dual"; - try-power-role = "sink"; - source-pdos = ; - sink-pdos = ; - op-sink-microwatt = <15000000>; - self-powered; - }; - }; - - ptn5110_2: tcpc@52 { - compatible = "nxp,ptn5110"; - reg = <0x52>; - status = "okay"; - - port { - typec2_dr_sw: endpoint { - remote-endpoint = <&usb2_drd_sw>; - }; - }; - - typec2_con: connector { - compatible = "usb-c-connector"; - label = "USB-C"; - power-role = "dual"; - data-role = "dual"; - try-power-role = "sink"; - source-pdos = ; - sink-pdos = ; - op-sink-microwatt = <15000000>; - self-powered; - }; - }; }; &i2c3 { @@ -310,13 +208,6 @@ scl-gpios = <&gpio5 18 GPIO_ACTIVE_HIGH>; sda-gpios = <&gpio5 19 GPIO_ACTIVE_HIGH>; status = "okay"; - - pca6416: gpio@20 { - compatible = "ti,tca6416"; - reg = <0x20>; - gpio-controller; - #gpio-cells = <2>; - }; }; &flexspi { @@ -345,18 +236,6 @@ &mipi_dsi { status = "okay"; - - port@1 { - dsim_to_adv7535: endpoint { - remote-endpoint = <&adv7535_from_dsim>; - }; - }; - - port@2 { - dsim_to_rm67191: endpoint { - remote-endpoint = <&rm67191_from_dsim>; - }; - }; }; &snvs_pwrkey { @@ -379,24 +258,10 @@ samsung,picophy-pre-emp-curr-control = <3>; samsung,picophy-dc-vol-level-adjust = <7>; status = "okay"; - extcon = <&ptn5110>; - - port { - usb1_drd_sw: endpoint { - remote-endpoint = <&typec1_dr_sw>; - }; - }; }; &usbotg2 { status = "okay"; - extcon = <&ptn5110_2>; - - port { - usb2_drd_sw: endpoint { - remote-endpoint = <&typec2_dr_sw>; - }; - }; }; &usdhc2 { @@ -470,12 +335,6 @@ >; }; - pinctrl_ir: irgrp { - fsl,pins = < - MX8MN_IOMUXC_GPIO1_IO13_GPIO1_IO13 0x4f - >; - }; - pinctrl_i2c1: i2c1grp { fsl,pins = < MX8MN_IOMUXC_I2C1_SCL_I2C1_SCL 0x400001c3 -- 2.17.1