Re: [PATCH v3 3/4] dt-bindings: firmware: Add Qualcomm QSEECOM interface

From: Rob Herring
Date: Wed Mar 08 2023 - 17:17:04 EST


On Sun, Mar 05, 2023 at 03:21:18AM +0100, Maximilian Luz wrote:
> Add bindings for the Qualcomm Secure Execution Environment interface
> (QSEECOM).

Pretty sure I already asked, but no answer in the commit message. Why do
we need this? You've already declared the platform supports SCM calls
with "qcom,scm". Why can't you probe whether you have QSEECOM or not? DT
is for non-discoverable h/w we are stuck with. Why is software made
non-discoverable too?

Nodes with only a compatible string are usually just an abuse of DT to
instantiate some driver.

Rob