From 3169572ed1bf0de17bb813583cab7ea295a8ec8d Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 24 Mar 2022 11:57:37 +0000 Subject: [PATCH] fix(morello): dts: use documented DPU compatible string The official Arm Komeda DPU DT binding only mentions the "arm,mali-d71" string as a possible compatible string. The D32 version is just a variant of the D71, and the revision can and will be auto-detected at runtime. Add the usual fallback compatible string scheme to contain a documented compatible string. Signed-off-by: Andre Przywara Change-Id: Ic1eade122b030dc983944b161eec175facf75357 --- fdts/morello-soc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdts/morello-soc.dts b/fdts/morello-soc.dts index d80ee41ee..e1c7a7808 100644 --- a/fdts/morello-soc.dts +++ b/fdts/morello-soc.dts @@ -160,7 +160,7 @@ dp0: display@2cc00000 { #address-cells = <1>; #size-cells = <0>; - compatible = "arm,mali-d32"; + compatible = "arm,mali-d32", "arm,mali-d71"; reg = <0 0x2cc00000 0 0x20000>; interrupts = <0 69 4>; interrupt-names = "DPU";