diff options
author | Vinod Koul <vkoul@kernel.org> | 2022-03-25 23:07:31 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-03-30 01:37:10 +0300 |
commit | 6094e391e643fddd65d4b938c1d499a838dd4907 (patch) | |
tree | 4c3e4a81751652ba849f48d40ee774d79fab2e42 /Documentation | |
parent | ad7da1ce5749c0eb4f09dd7e5510123be56f10fb (diff) | |
download | linux-6094e391e643fddd65d4b938c1d499a838dd4907.tar.xz |
dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible
SM8150 has an ethernet controller and it needs a different
configuration, so add a new compatible for this.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
[bhsharma: Massage the commit log]
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20220325200731.1585554-1-bhupesh.sharma@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/qcom,ethqos.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.txt b/Documentation/devicetree/bindings/net/qcom,ethqos.txt index fcf5035810b5..1f5746849a71 100644 --- a/Documentation/devicetree/bindings/net/qcom,ethqos.txt +++ b/Documentation/devicetree/bindings/net/qcom,ethqos.txt @@ -7,7 +7,9 @@ This device has following properties: Required properties: -- compatible: Should be qcom,qcs404-ethqos" +- compatible: Should be one of: + "qcom,qcs404-ethqos" + "qcom,sm8150-ethqos" - reg: Address and length of the register set for the device |