[PATCH next v5 3/4] arm64: dts: mediatek: mt8192: fix dtbs check warning of efuse

Chunfeng Yun chunfeng.yun at mediatek.com
Wed May 11 23:26:21 PDT 2022


Need also provide a specific compatible "mediatek,mt8192-efuse" at
the same time when use the generic compatible "mediatek,efuse".

Signed-off-by: Allen-KH Cheng <allen-kh.cheng at mediatek.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
---
v5: new patch, sync with the series:
    https://patchwork.kernel.org/project/linux-mediatek/list/?series=640196
    porting from [v4,3/3], but abondon mt8173's change;
---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
index 733aec2e7f77..8726b66e7fcb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
@@ -911,7 +911,7 @@
 		};
 
 		efuse: efuse at 11c10000 {
-			compatible = "mediatek,efuse";
+			compatible = "mediatek,mt8192-efuse", "mediatek,efuse";
 			reg = <0 0x11c10000 0 0x1000>;
 			#address-cells = <1>;
 			#size-cells = <1>;
-- 
2.18.0




More information about the Linux-mediatek mailing list