On Fri, Jun 30, 2023 at 11:14:12AM -0400, Nícolas F. R. A. Prado wrote: > Remove the VDEC_SYS register space from the decoder, so that the node > address becomes that of VDEC_MISC, solving the long-standing conflicting > addresses between this node and the vdecsys clock-controller node: > > arch/arm64/boot/dts/mediatek/mt8173.dtsi:1365.38-1369.5: Warning (unique_unit_address_if_enabled): /soc/clock-controller@16000000: duplicate unit-address (also used in node /soc/vcodec@16000000) > > The driver makes use of this register space, however, so also add a > phandle to the VDEC_SYS syscon to maintain functionality. > > Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> Hi Matthias, just to let you know that Hans has already picked up patches 1-5, and they're on their way to the media tree: https://lore.kernel.org/all/af0772c6-7052-ce13-dbf3-d403b06aad02@xxxxxxxxx So feel free to pick patches 6 and 7. Though note that these DT changes depend on those driver patches (commits 1-5) to work. Thanks, Nícolas