Skip to content

Commit b33ad6b

Browse files
committed
Merge tag 'mtk-dts32-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dt
MediaTek ARM32 Device Tree Updates This adds a single commit fixing a dtbs_check validation error by changing the fallback compatible of the efuse node to the correct one in MT7623. * tag 'mtk-dts32-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux: ARM: dts: mediatek: mt7623: fix efuse fallback compatible Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2 parents 789ca08 + 5978ff3 commit b33ad6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/mediatek/mt7623.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328

329329
efuse: efuse@10206000 {
330330
compatible = "mediatek,mt7623-efuse",
331-
"mediatek,mt8173-efuse";
331+
"mediatek,efuse";
332332
reg = <0 0x10206000 0 0x1000>;
333333
#address-cells = <1>;
334334
#size-cells = <1>;

0 commit comments

Comments
 (0)