Message ID | 20230917124723.143202-1-arinc.unal@arinc9.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,1/2] dt-bindings: net: mediatek,net: remove reference on top level schema | expand |
On Sun, 17 Sep 2023 15:47:22 +0300, Arınç ÜNAL wrote: > The top level schema does not represent an ethernet controller, the > subschema defining the MAC nodes does. Remove the reference to > ethernet-controller.yaml on the top level schema. > > Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> > --- > Documentation/devicetree/bindings/net/mediatek,net.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/mediatek,net.yaml b/Documentation/devicetree/bindings/net/mediatek,net.yaml index e74502a0afe8..0b2cb1897310 100644 --- a/Documentation/devicetree/bindings/net/mediatek,net.yaml +++ b/Documentation/devicetree/bindings/net/mediatek,net.yaml @@ -105,7 +105,6 @@ properties: const: 0 allOf: - - $ref: ethernet-controller.yaml# - if: properties: compatible:
The top level schema does not represent an ethernet controller, the subschema defining the MAC nodes does. Remove the reference to ethernet-controller.yaml on the top level schema. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> --- Documentation/devicetree/bindings/net/mediatek,net.yaml | 1 - 1 file changed, 1 deletion(-)