Re: [PATCH v2 02/17] dt-bindings: soc: qcom: add IPA bindings
From: Rob Herring <robh+dt@kernel.org>
Date: 2019-06-10 22:08:54
Also in:
linux-arm-kernel, linux-arm-msm, lkml, netdev
From: Rob Herring <robh+dt@kernel.org>
Date: 2019-06-10 22:08:54
Also in:
linux-arm-kernel, linux-arm-msm, lkml, netdev
On Thu, May 30, 2019 at 9:53 PM Alex Elder [off-list ref] wrote:
Add the binding definitions for the "qcom,ipa" device tree node. Signed-off-by: Alex Elder <redacted> --- .../devicetree/bindings/net/qcom,ipa.yaml | 180 ++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/qcom,ipa.yamldiff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml new file mode 100644 index 000000000000..0037fc278a61 --- /dev/null +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml@@ -0,0 +1,180 @@ +# SPDX-License-Identifier: GPL-2.0
New bindings are preferred to be dual GPL-2.0 and BSD-2-Clause. But that's really a decision for the submitter. Reviewed-by: Rob Herring <robh@kernel.org>