It has been pointed out [1] that, since the ADSP found on Eliza is compatible with the ones from SM8750 class, they should be documented in the SM8550 schema.
So move the compatible from Milos schema to the SM8550 one and then add the fallback compatible to the node in the Eliza SoC DTSI. This will also now be in line with the SM8550 driver match data which is tied to the Eliza ADSP compatible in the driver. [1] https://lore.kernel.org/all/20260721-benevolent-wonderful-kakapo-ca8c2c@quoll/ Signed-off-by: Abel Vesa <[email protected]> --- Abel Vesa (2): dt-bindings: remoteproc: qcom,milos-pas: Move Eliza ADSP to SM8550 schema arm64: dts: qcom: eliza: Add fallback compatible for ADSP remoteproc Documentation/devicetree/bindings/remoteproc/qcom,milos-pas.yaml | 3 --- Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml | 3 +++ arch/arm64/boot/dts/qcom/eliza.dtsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) --- base-commit: 3fe08b9796f36ef437ab9328e7dd1e5ff2d66603 change-id: 20260721-dts-qcom-eliza-fix-adsp-binding-b7712a026b20 Best regards, -- Abel Vesa <[email protected]>

