Bladeren bron

riscv: dts: Change compatible "raydium,rm68200" to "starfive,seeed"

As drivers/video/raydium-rm68200-starfive.c is renamed to
drivers/video/starfive_seeed_panel.c, change the dts accordingly.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Hal Feng 9 maanden geleden
bovenliggende
commit
b5cb74c260
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      arch/riscv/dts/starfive_evb.dts
  2. 1 1
      arch/riscv/dts/starfive_visionfive2.dts

+ 1 - 1
arch/riscv/dts/starfive_evb.dts

@@ -399,7 +399,7 @@
 	status = "okay";
 
 	rm68200_panel: rm68200_panel@45 {
-		compatible = "raydium,rm68200";
+		compatible = "starfive,seeed";
 		reg = <0x45>;
 
 	};

+ 1 - 1
arch/riscv/dts/starfive_visionfive2.dts

@@ -467,7 +467,7 @@
 	status = "okay";
 
 	rm68200_panel: rm68200_panel@45 {
-		compatible = "raydium,rm68200";
+		compatible = "starfive,seeed";
 		reg = <0x45>;
 
 	};