Re: [PATCH 11/13] ARM: dts: mediatek: mt6323: add support for EFUSE

From: Krzysztof Kozlowski

Date: Wed May 06 2026 - 03:59:29 EST


On 04/05/2026 20:25, Roman Vivchar via B4 Relay wrote:
> diff --git a/arch/arm/boot/dts/mediatek/mt6323.dtsi b/arch/arm/boot/dts/mediatek/mt6323.dtsi
> index c070f4b0936c..3fe6a5e35e70 100644
> --- a/arch/arm/boot/dts/mediatek/mt6323.dtsi
> +++ b/arch/arm/boot/dts/mediatek/mt6323.dtsi
> @@ -19,6 +19,12 @@ mt6323_adc: adc {
> #io-channel-cells = <1>;
> };
>
> + mt6323_efuse: efuse {
> + compatible = "mediatek,mt6323-efuse";

You clearly did not checked the DTS with tools. This will fail, because
mt6323 schema does not allow such nodes.

All bindings patch are incomplete or oddly organized. You need to
provide AND TEST complete picture.

Best regards,
Krzysztof