Loading Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ platforms. "qcom,sm8150-spcs-global", "qcom,sdxprairie-apcs-gcc" "qcom,trinket-apcs-hmss-global" "qcom,atoll-apcs-hmss-global" "qcom,atoll-apcs-hmss-ipc2" - reg: Usage: required Value type: <prop-encoded-array> Loading drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 }, { .compatible = "qcom,sdxprairie-apcs-gcc", .data = (void *)8 }, { .compatible = "qcom,trinket-apcs-hmss-global", .data = (void *)8 }, { .compatible = "qcom,atoll-apcs-hmss-global", .data = (void *)12 }, { .compatible = "qcom,atoll-apcs-hmss-ipc2", .data = (void *)0 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); Loading Loading
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ platforms. "qcom,sm8150-spcs-global", "qcom,sdxprairie-apcs-gcc" "qcom,trinket-apcs-hmss-global" "qcom,atoll-apcs-hmss-global" "qcom,atoll-apcs-hmss-ipc2" - reg: Usage: required Value type: <prop-encoded-array> Loading
drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 }, { .compatible = "qcom,sdxprairie-apcs-gcc", .data = (void *)8 }, { .compatible = "qcom,trinket-apcs-hmss-global", .data = (void *)8 }, { .compatible = "qcom,atoll-apcs-hmss-global", .data = (void *)12 }, { .compatible = "qcom,atoll-apcs-hmss-ipc2", .data = (void *)0 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); Loading