imx8mn-somdevices: arm: dts: Removed not used peripherals.
authorJosep Orga <jorga@somdevices.com>
Thu, 7 Oct 2021 16:21:12 +0000 (18:21 +0200)
committerJosep Orga <jorga@somdevices.com>
Thu, 7 Oct 2021 16:21:12 +0000 (18:21 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/dts/imx8mn-somdevices.dts

index f05ea52..89268ec 100644 (file)
                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 {
        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 = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
-                       sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
-                                    PDO_VAR(5000, 20000, 3000)>;
-                       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 = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
-                       sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
-                                    PDO_VAR(5000, 20000, 3000)>;
-                       op-sink-microwatt = <15000000>;
-                       self-powered;
-               };
-       };
 };
 
 &i2c3 {
        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 {
 
 &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 {
        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 {
                >;
        };
 
-       pinctrl_ir: irgrp {
-               fsl,pins = <
-                       MX8MN_IOMUXC_GPIO1_IO13_GPIO1_IO13              0x4f
-               >;
-       };
-
        pinctrl_i2c1: i2c1grp {
                fsl,pins = <
                        MX8MN_IOMUXC_I2C1_SCL_I2C1_SCL          0x400001c3