Skip to content

Commit

Permalink
dt-bindings: net: lantiq-xrx200-net: Remove the burst length properties
Browse files Browse the repository at this point in the history
All SoCs with this IP core support 8 burst length. Hauke
suggested to hardcode this value and simplify the driver.

Link: https://lkml.org/lkml/2021/9/14/1533
Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
abajk authored and davem330 committed Oct 29, 2021
1 parent 7e553c4 commit 0b3f863
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ properties:
- const: tx
- const: rx

lantiq,tx-burst-length:
$ref: /schemas/types.yaml#/definitions/uint32
description: |
TX programmable burst length.
enum: [2, 4, 8]

lantiq,rx-burst-length:
$ref: /schemas/types.yaml#/definitions/uint32
description: |
RX programmable burst length.
enum: [2, 4, 8]

'#address-cells':
const: 1

Expand All @@ -53,8 +41,6 @@ required:
- interrupt-parent
- interrupts
- interrupt-names
- lantiq,tx-burst-length
- lantiq,rx-burst-length
- "#address-cells"
- "#size-cells"

Expand All @@ -70,6 +56,4 @@ examples:
interrupt-parent = <&icu0>;
interrupts = <73>, <72>;
interrupt-names = "tx", "rx";
lantiq,tx-burst-length = <8>;
lantiq,rx-burst-length = <8>;
};

0 comments on commit 0b3f863

Please sign in to comment.