lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 4 Jul 2022 20:10:54 +1000 From: Wei Fang <wei.fang@....com> To: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, shawnguo@...nel.org, s.hauer@...gutronix.de Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, kernel@...gutronix.de, festevam@...il.com, linux-imx@....com, peng.fan@....com, ping.bai@....com, sudeep.holla@....com, linux-arm-kernel@...ts.infradead.org, aisheng.dong@....com Subject: [PATCH 1/3] dt-bings: net: fsl,fec: update compatible item Add compatible item for i.MX8ULP platform. Signed-off-by: Wei Fang <wei.fang@....com> --- Documentation/devicetree/bindings/net/fsl,fec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index daa2f79a294f..6642c246951b 100644 --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml @@ -40,6 +40,10 @@ properties: - enum: - fsl,imx7d-fec - const: fsl,imx6sx-fec + - items: + - enum: + - fsl,imx8ulp-fec + - const: fsl,imx6ul-fec - items: - const: fsl,imx8mq-fec - const: fsl,imx6sx-fec -- 2.25.1
Powered by blists - more mailing lists