arm64: dts: mediatek: mt8192: fix dtbs check warning of efuse

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@mediatek.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20220617093132.22578-3-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Chunfeng Yun 2022-06-17 17:31:31 +08:00 committed by Matthias Brugger
parent 2e599740f7
commit fda0541c8a
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@
};
efuse: efuse@11c10000 {
compatible = "mediatek,efuse";
compatible = "mediatek,mt8192-efuse", "mediatek,efuse";
reg = <0 0x11c10000 0 0x1000>;
#address-cells = <1>;
#size-cells = <1>;