On Wed, 08 Jan 2025 16:34:21 +0800, Chen-Yu Tsai wrote: > The PMIC has child nodes for each of its functions. It is not an actual > bus and no addressing is involved. > > Dropping the bogus properties fixes a DT validation error: > > arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: pmic: '#address-cells', '#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/mfd/mediatek,mt6397.yaml# > > [...] Applied to v6.14-next/dts64, thanks! [1/3] arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells commit: aaa0b40e157c65aaa5e0ad903675f245333381bb [2/3] arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string commit: 46ad36002088eff8fc5cae200aa42ae9f9310ddd [3/3] arm64: dts: mediatek: mt8173: Fix some node names commit: be035e4a26edf8fdcbc4fe95d16c28deade13bb0 Cheers, Angelo