OSDN Git Service

arm64: dts: qcom: ipq8074: move ARMv8 timer out of SoC node
authorRobert Marko <robimarko@gmail.com>
Mon, 4 Jul 2022 11:33:18 +0000 (13:33 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 7 Jul 2022 02:30:09 +0000 (21:30 -0500)
commit7d9c1da91a614d52b84a4628e21888bb5c526276
tree433d8087a66a8084be7893ac60cc6ed2be284180
parent154fd146a446c0fffa81d72c78611b0ce26b2718
arm64: dts: qcom: ipq8074: move ARMv8 timer out of SoC node

The ARM timer is usually considered not part of SoC node, just like
other ARM designed blocks (PMU, PSCI).  This fixes dtbs_check warning:

arch/arm64/boot/dts/qcom/ipq8072-ax9000.dtb: soc: timer: {'compatible': ['arm,armv8-timer'], 'interrupts': [[1, 2, 3848], [1, 3, 3848], [1, 4, 3848], [1, 1, 3848]]} should not be valid under {'type': 'object'}
From schema: dtschema/schemas/simple-bus.yaml

Signed-off-by: Robert Marko <robimarko@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[bjorn: Moved node after "soc" for alphabetical ordering]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220704113318.623102-1-robimarko@gmail.com
arch/arm64/boot/dts/qcom/ipq8074.dtsi