[PATCH 06/10] ARM: dts: samsung: s5pv210: Use SoC-specific compatible string for MFC
Aakarsh Jain
aakarsh.jain at samsung.com
Wed Aug 6 20:24:45 PDT 2025
Modify the MFC device tree node to use a SoC-specific
compatible string instead of a generic one.
Signed-off-by: Aakarsh Jain <aakarsh.jain at samsung.com>
---
arch/arm/boot/dts/samsung/s5pv210.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/samsung/s5pv210.dtsi b/arch/arm/boot/dts/samsung/s5pv210.dtsi
index 34e8a3d5efa5..0a746c2243f8 100644
--- a/arch/arm/boot/dts/samsung/s5pv210.dtsi
+++ b/arch/arm/boot/dts/samsung/s5pv210.dtsi
@@ -450,7 +450,7 @@ ohci: usb at ec300000 {
};
mfc: codec at f1700000 {
- compatible = "samsung,mfc-v5";
+ compatible = "samsung,s5pv210-mfc";
reg = <0xf1700000 0x10000>;
interrupt-parent = <&vic2>;
interrupts = <14>;
--
2.49.0
More information about the linux-arm-kernel
mailing list