On 18.12.2023 16:06, Krzysztof Kozlowski wrote: > The ARMv7 memory mapped architected timer bindings expect MMIO sizes up > to 32-bit. Keep 64-bit addressing but change the size of memory mapping > to 32-bit (size-cells=1) and adjust the ranges to match this. > > This fixes dtbs_check warnings like: > > x1e80100-qcp.dtb: timer@17800000: #size-cells:0:0: 1 was expected > > Fixes: af16b00578a7 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad