Il 11/12/24 06:24, Chen-Yu Tsai ha scritto:
Hi folks, This series drops usage of the long deprecated "regulator-compatible" property from MediaTek device tree files. The property was introduced in 2012, and then subsequently deprecated after two months. It was never carried over during the binding YAML conversion. Drop the property from the MT6315 regulator binding, and all MediaTek device tree files. IMO it should never have been used to begin with. This also gets rid of any validation errors [1] related to them. Please have a look.
Whole series is Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Thanks ChenYu [1] https://lore.kernel.org/all/173386568696.497617.3727087837255802552.robh@xxxxxxxxxx/ Chen-Yu Tsai (8): regulator: dt-bindings: mt6315: Drop regulator-compatible property arm64: dts: mediatek: mt8173-evb: Drop regulator-compatible property arm64: dts: mediatek: mt8173-elm: Drop regulator-compatible property arm64: dts: mediatek: mt8192-asurada: Drop regulator-compatible property arm64: dts: mediatek: mt8195-cherry: Drop regulator-compatible property arm64: dts: mediatek: mt8195-demo: Drop regulator-compatible property arm64: dts: medaitek: mt8395-nio-12l: Drop regulator-compatible property arm64: dts: mediatek: mt8395-genio-1200-evk: Drop regulator-compatible property .../bindings/regulator/mt6315-regulator.yaml | 6 ----- arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 23 ------------------- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 23 ------------------- .../boot/dts/mediatek/mt8192-asurada.dtsi | 3 --- .../boot/dts/mediatek/mt8195-cherry.dtsi | 2 -- arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 9 -------- .../dts/mediatek/mt8395-genio-1200-evk.dts | 2 -- .../dts/mediatek/mt8395-radxa-nio-12l.dts | 2 -- 8 files changed, 70 deletions(-)