Re: [PATCH v3 1/3] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC EFUSE
Lee Jones <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 13 Jul 2026, Roman Vivchar via B4 Relay wrote: > From: Roman Vivchar <[email protected]> > > The MediaTek mt6323 PMIC includes an EFUSE used for storing calibration > data. > > Add the devicetree binding documentation for the MediaTek mt6323 EFUSE. > > Reviewed-by: Rob Herring (Arm) <[email protected]> > Acked-by: Conor Dooley <[email protected]> > Signed-off-by: Roman Vivchar <[email protected]> > --- > .../devicetree/bindings/mfd/mediatek,mt6397.yaml | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > index 3cbc0dc12c31..d2de227ae7a6 100644 > --- a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > +++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > @@ -159,6 +159,23 @@ properties: > required: > - compatible > > + efuse: > + type: object > + unevaluatedProperties: false > + description: > + The efuse is responsible for storing calibration data, such as thermal > + sensor calibration. > + > + properties: > + compatible: > + const: mediatek,mt6323-efuse > + > + nvmem-layout: > + $ref: /schemas/nvmem/layouts/nvmem-layout.yaml# > + > + required: > + - compatible > + > leds: > type: object > additionalProperties: false > @@ -307,6 +324,10 @@ examples: > interrupt-controller; > #interrupt-cells = <2>; > > + efuse { > + compatible = "mediatek,mt6323-efuse"; Nit: This tabbing looks off to me. The example below uses 4-spaces, this uses 2. > + }; > + > leds { > compatible = "mediatek,mt6323-led"; > #address-cells = <1>; > > -- > 2.54.0 > > -- Lee Jones