Browse Source

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 8 months ago
parent
commit
b5cb74c260
2 changed files with 2 additions and 2 deletions
  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>;
 
 	};