On 20.04.2023 20:07, Krzysztof Kozlowski wrote: > There are two entries for similar reserved memory: qseecom@cb400000 and > audio@cb400000. Keep the qseecom as it is longer. > > Warning (unique_unit_address_if_enabled): /reserved-memory/audio@cb400000: duplicate unit-address (also used in node /reserved-memory/qseecom@cb400000) > > Fixes: 69876bc6fd4d ("arm64: dts: qcom: msm8992-libra: Fix the memory map") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Maybe the original intention was to use different address for audio res. > memory? > --- Similar story to patch 2, I'll recheck on a device soon(tm) Konrad > arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts b/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts > index 501e05efbef4..133f9c2540bc 100644 > --- a/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts > +++ b/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts > @@ -110,11 +110,6 @@ rmtfs_mem: rmtfs@ca100000 { > qcom,client-id = <1>; > }; > > - audio_mem: audio@cb400000 { > - reg = <0 0xcb000000 0 0x400000>; > - no-mem; > - }; > - > qseecom_mem: qseecom@cb400000 { > reg = <0 0xcb400000 0 0x1c00000>; > no-mem;