diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-08-09 13:31:58 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-08-09 13:31:58 +0000 |
commit | c47d0ea183983e0631f8cc41e9d25e4854368a0a (patch) | |
tree | 329e5cd35d28aea1a42c6228cb539abaddf662a2 /Bindings/net/sti-dwmac.txt | |
parent | 4a8223f297bb7dff7a684da702777d7e94d054fe (diff) | |
download | src-c47d0ea183983e0631f8cc41e9d25e4854368a0a.tar.gz src-c47d0ea183983e0631f8cc41e9d25e4854368a0a.zip |
Diffstat (limited to 'Bindings/net/sti-dwmac.txt')
-rw-r--r-- | Bindings/net/sti-dwmac.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bindings/net/sti-dwmac.txt b/Bindings/net/sti-dwmac.txt index 062c5174add3..42cd075456ab 100644 --- a/Bindings/net/sti-dwmac.txt +++ b/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 |