diff options
author | Alain Volmat <avolmat@me.com> | 2023-04-16 21:58:56 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-18 19:48:30 +0200 |
commit | 3f90faa36057d65bde528d7fbb68adad2da4c870 (patch) | |
tree | 294c8997a258b0aae13c51c05a35f92b6f5ae57b /Documentation/devicetree/bindings/net | |
parent | dt-bindings: irqchip: sti: remove stih415/stih416 and stid127 (diff) | |
download | linux-3f90faa36057d65bde528d7fbb68adad2da4c870.tar.xz linux-3f90faa36057d65bde528d7fbb68adad2da4c870.zip |
dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
Remove compatible for stih415/stih416 and stid127 which are
no more supported.
Signed-off-by: Alain Volmat <avolmat@me.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Link: https://lore.kernel.org/r/20230416195857.61284-1-avolmat@me.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/sti-dwmac.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/sti-dwmac.txt b/Documentation/devicetree/bindings/net/sti-dwmac.txt index 062c5174add3..42cd075456ab 100644 --- a/Documentation/devicetree/bindings/net/sti-dwmac.txt +++ b/Documentation/devicetree/bindings/net/sti-dwmac.txt @@ -7,8 +7,7 @@ and what is needed on STi platforms to program the stmmac glue logic. The device node has following properties. Required properties: - - compatible : Can be "st,stih415-dwmac", "st,stih416-dwmac", - "st,stih407-dwmac", "st,stid127-dwmac". + - compatible : "st,stih407-dwmac" - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which encompases the glue register, and the offset of the control register. - st,gmac_en: this is to enable the gmac into a dedicated sysctl control |