imx8mm-somdevices: arm: dts: Removed not used peripherals.
authorJosep Orga <jorga@somdevices.com>
Mon, 6 Sep 2021 13:32:11 +0000 (15:32 +0200)
committerJosep Orga <jorga@somdevices.com>
Mon, 6 Sep 2021 13:32:11 +0000 (15:32 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/dts/imx8mm-somdevices.dts

index b266a11..ddfc654 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>;
-       };
-
-       wm8524: audio-codec {
-               #sound-dai-cells = <0>;
-               compatible = "wlf,wm8524";
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_gpio_wlf>;
-               wlf,mute-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
-       };
-
-       sound-wm8524 {
-               compatible = "simple-audio-card";
-               simple-audio-card,name = "wm8524-audio";
-               simple-audio-card,format = "i2s";
-               simple-audio-card,frame-master = <&cpudai>;
-               simple-audio-card,bitclock-master = <&cpudai>;
-               simple-audio-card,widgets =
-                       "Line", "Left Line Out Jack",
-                       "Line", "Right Line Out Jack";
-               simple-audio-card,routing =
-                       "Left Line Out Jack", "LINEVOUTL",
-                       "Right Line Out Jack", "LINEVOUTR";
-
-               cpudai: simple-audio-card,cpu {
-                       sound-dai = <&sai3>;
-                       dai-tdm-slot-num = <2>;
-                       dai-tdm-slot-width = <32>;
-               };
-
-               simple-audio-card,codec {
-                       sound-dai = <&wm8524>;
-                       clocks = <&clk IMX8MM_CLK_SAI3_ROOT>;
-               };
-       };
-
-       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 8>;
-               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;
-               };
-       };
 };
 
 &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>;
-       };
-};
-
-&sai3 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_sai3>;
-       assigned-clocks = <&clk IMX8MM_CLK_SAI3>;
-       assigned-clock-parents = <&clk IMX8MM_AUDIO_PLL1_OUT>;
-       assigned-clock-rates = <24576000>;
-       status = "okay";
 };
 
 &snvs_pwrkey {
        samsung,picophy-pre-emp-curr-control = <3>;
        samsung,picophy-dc-vol-level-adjust = <7>;
        status = "okay";
-
-       port {
-               usb1_drd_sw: endpoint {
-                       remote-endpoint = <&typec1_dr_sw>;
-               };
-       };
 };
 
 &usdhc2 {
 
 &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>;
-               };
-       };
 };
 
 &iomuxc {
                >;
        };
 
-       pinctrl_ir: irgrp {
-               fsl,pins = <
-                       MX8MM_IOMUXC_GPIO1_IO13_GPIO1_IO13              0x4f
-               >;
-       };
-
-       pinctrl_gpio_wlf: gpiowlfgrp {
-               fsl,pins = <
-                       MX8MM_IOMUXC_I2C4_SDA_GPIO5_IO21        0xd6
-               >;
-       };
-
        pinctrl_i2c1: i2c1grp {
                fsl,pins = <
                        MX8MM_IOMUXC_I2C1_SCL_I2C1_SCL                  0x400001c3