On Wed, Oct 28, 2020 at 10:19 AM Srinivas Kandagatla
<srinivas.kandagatla@xxxxxxxxxx> wrote:
On 28/10/2020 15:01, Rob Herring wrote:
+ - const: qcom,sm8250
This collides with the top level SoC compatible resulting in:
I did run dt_binding_check before sending out this patch, I might have
missed it somehow because the make dt_binding_check did not
end/termnitate in any errors, however if I had scrolled 15-20 Page ups
it does have this error log!
make -sk
Thanks for explaining this, This is now modified to
:)
Documentation/devicetree/bindings/arm/qcom.yaml does have
qcom,qrb5165-rb5 entry under [qcom,sm8250]
Can you help me understand why is this not a valid compatible?
Those compatibles are used at the top level for the SoC. You can't use
the same compatible to mean 2 different things.
Rob