Loading Documentation/devicetree/bindings/net/qrtr-ethernet-dev.txt 0 → 100644 +30 −0 Original line number Diff line number Diff line QTI QRTR Ethernet Device transport binding - compatible: Usage: required Value type: <stringlist> Definition: must be "qcom,qrtr-ethernet-dev" - qcom,net-id: Usage: optional Value type: <u32> Definition: indicates what subnet this transport belongs to. Should be passed into the qrtr core logic to determine if forwarding is needed on this endpoint. - qcom,low-latency: Usage: optional Value type: <bool> Definition: indicates whether this transport receiving thread needs to be set to realtime priority for enhanced performance. = EXAMPLE The following example represents the qrtr ethernet dev transport node on a device configured as an ethernet endpoint and needs to forward data from the host to a modem co-processor. qcom,eth_dev_qrtr { compatible = "qcom,qrtr-ethernet-dev"; qcom,net-id = <4>; qcom,low-latency; }; arch/arm64/boot/dts/qcom/qcs405.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -962,6 +962,11 @@ qcom,proc-img-to-load = "cdsp"; }; qcom,eth_dev_qrtr { compatible = "qcom,qrtr-ethernet-dev"; qcom,low-latency; }; qcom,glink { compatible = "qcom,glink"; #address-cells = <1>; Loading Loading
Documentation/devicetree/bindings/net/qrtr-ethernet-dev.txt 0 → 100644 +30 −0 Original line number Diff line number Diff line QTI QRTR Ethernet Device transport binding - compatible: Usage: required Value type: <stringlist> Definition: must be "qcom,qrtr-ethernet-dev" - qcom,net-id: Usage: optional Value type: <u32> Definition: indicates what subnet this transport belongs to. Should be passed into the qrtr core logic to determine if forwarding is needed on this endpoint. - qcom,low-latency: Usage: optional Value type: <bool> Definition: indicates whether this transport receiving thread needs to be set to realtime priority for enhanced performance. = EXAMPLE The following example represents the qrtr ethernet dev transport node on a device configured as an ethernet endpoint and needs to forward data from the host to a modem co-processor. qcom,eth_dev_qrtr { compatible = "qcom,qrtr-ethernet-dev"; qcom,net-id = <4>; qcom,low-latency; };
arch/arm64/boot/dts/qcom/qcs405.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -962,6 +962,11 @@ qcom,proc-img-to-load = "cdsp"; }; qcom,eth_dev_qrtr { compatible = "qcom,qrtr-ethernet-dev"; qcom,low-latency; }; qcom,glink { compatible = "qcom,glink"; #address-cells = <1>; Loading