Re: [PATCH] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties

From: AngeloGioacchino Del Regno
Date: Thu Sep 28 2023 - 06:27:53 EST


Il 28/09/23 11:14, Chen-Yu Tsai ha scritto:
Whether a regulator under the MT6358 PMIC is a fixed regulator or not is
derived from the node name. Compatible string properties are not used.
This causes validation errors after the regulator binding is converted
to DT schema.

Drop the bogus "regulator-fixed" compatible properties from the PMIC's
regulator sub-nodes.

Fixes: 9f8872221674 ("arm64: dts: mt6358: add PMIC MT6358 related nodes")
Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>