dts: starfive: Fix overlay-rgb2hdmi gpio conflict
authorJianlong Huang <jianlong.huang@starfivetech.com>
Tue, 28 Jun 2022 08:30:08 +0000 (16:30 +0800)
committerJianlong Huang <jianlong.huang@starfivetech.com>
Tue, 28 Jun 2022 08:30:08 +0000 (16:30 +0800)
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
arch/riscv/boot/dts/starfive/evb-overlay/Makefile
arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-can.dts [moved from arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-audio.dts with 52% similarity]
arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-rgb2hdmi.dts
arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-sdio.dts [moved from arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-pcie.dts with 92% similarity]
arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-uart5-pwm.dts
arch/riscv/boot/dts/starfive/jh7110-evb-dvp-rgb2hdmi.dts
arch/riscv/boot/dts/starfive/jh7110-evb-uart1-rgb2hdmi.dts

index 53c958e..305c762 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
-dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-evb-overlay-pcie.dtbo      \
-                               jh7110-evb-overlay-audio.dtbo           \
+dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-evb-overlay-can.dtbo       \
+                               jh7110-evb-overlay-sdio.dtbo            \
                                jh7110-evb-overlay-spi.dtbo             \
                                jh7110-evb-overlay-uart4-emmc.dtbo      \
                                jh7110-evb-overlay-uart5-pwm.dtbo       \
                        status = "okay";
                };
        };
-
-       //i2srx_mst
-       fragment@2 {
-               target-path = "/soc/i2srx_mst@100e0000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
-       //pdm
-       fragment@3 {
-               target-path = "/soc/pdm@100d0000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
-       //pwmdac
-       fragment@4 {
-               target-path = "/soc/pwmdac@100b0000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
 };
 
  
index baf03f2..1593bc2 100644 (file)
@@ -5,22 +5,6 @@
 / {
        compatible = "starfive,jh7110";
 
-       //i2c3
-       fragment@0 {
-               target-path = "/soc/i2c@12030000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
-       //dc8200
-       fragment@1 {
-               target-path = "/soc/dc8200@29400000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
        //hdmi_output
        fragment@2 {
                target-path = "/soc/tda988x_pin";
                        status = "okay";
                };
        };
-
-       //i2srx_3ch
-       fragment@7 {
-               target-path = "/soc/i2srx_3ch@100e0000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
-       //i2stx_4ch1
-       fragment@8 {
-               target-path = "/soc/i2stx_4ch0@120b0000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
 };
 
  
index bf91e84..feb6d29 100644 (file)
                };
        };
 
-       //tdm
-       fragment@4 {
-               target-path = "/soc/tdm@10090000";
-               __overlay__ {
-                       status = "okay";
-               };
-       };
-
        //i2c0
-       fragment@5 {
+       fragment@4 {
                target-path = "/soc/i2c@10030000";
                __overlay__ {
                        status = "okay";
        };
 
        //i2c1
-       fragment@6 {
+       fragment@5 {
                target-path = "/soc/i2c@10040000";
                __overlay__ {
                        status = "okay";
        };
 
        //i2c3
-       fragment@7 {
+       fragment@6 {
                target-path = "/soc/i2c@12030000";
                __overlay__ {
                        status = "okay";
index 8f7e9f6..f6d3ee2 100644 (file)
 };
 
 &encoder {
-       status = "diabled";
+       status = "disabled";
 };
 
 &mipi_dsi {
-       status = "diabled";
+       status = "disabled";
+};
+
+&mipi_dphy {
+       status = "disabled";
 };
index 29fdb5a..f6d67f5 100644 (file)
 };
 
 &encoder {
-       status = "diabled";
+       status = "disabled";
 };
 
 &mipi_dsi {
-       status = "diabled";
+       status = "disabled";
+};
+
+&mipi_dphy {
+       status = "disabled";
 };