소스 검색

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 달 전
부모
커밋
b5cb74c260
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>;
 
 	};