Hi, The discussion [1] brought several arguments for keeping the qcom,board-id and qcom,msm-id properties. Keeping means we should document them, so the DT schema checks pass. I revived old patch [2] with several changes and improvements. The commit msg hopefully collects feedback from the discussion. Best regards, Krzysztof [1] https://lore.kernel.org/r/a3c932d1-a102-ce18-deea-18cbbd05ecab@xxxxxxxxxx/ [2] https://lore.kernel.org/all/1425503602-24916-1-git-send-email-galak@xxxxxxxxxxxxxx/ Krzysztof Kozlowski (4): dt-bindings: arm: qcom: document qcom,msm-id and qcom,board-id arm64: dts: qcom: msm8992-xiaomi-libra: split qcom,msm-id into tuples arm64: dts: qcom: msm8998-oneplus: split qcom,board-id into tuples arm64: dts: qcom: sdm845-oneplus: split qcom,board-id into tuples .../devicetree/bindings/arm/qcom.yaml | 58 +++++++++++++++++++ .../boot/dts/qcom/msm8992-xiaomi-libra.dts | 2 +- .../dts/qcom/msm8998-oneplus-cheeseburger.dts | 2 +- .../dts/qcom/msm8998-oneplus-dumpling.dts | 2 +- .../dts/qcom/sdm845-oneplus-enchilada.dts | 2 +- .../boot/dts/qcom/sdm845-oneplus-fajita.dts | 2 +- include/dt-bindings/arm/qcom,ids.h | 30 ++++++++++ 7 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 include/dt-bindings/arm/qcom,ids.h -- 2.34.1