dt-bindings: net: lantiq-xrx200-net: Remove the burst length properties
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 <olek2@wp.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7e553c44f0
commit
0b3f86397f
@ -29,18 +29,6 @@ properties:
|
|||||||
- const: tx
|
- const: tx
|
||||||
- const: rx
|
- 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':
|
'#address-cells':
|
||||||
const: 1
|
const: 1
|
||||||
|
|
||||||
@ -53,8 +41,6 @@ required:
|
|||||||
- interrupt-parent
|
- interrupt-parent
|
||||||
- interrupts
|
- interrupts
|
||||||
- interrupt-names
|
- interrupt-names
|
||||||
- lantiq,tx-burst-length
|
|
||||||
- lantiq,rx-burst-length
|
|
||||||
- "#address-cells"
|
- "#address-cells"
|
||||||
- "#size-cells"
|
- "#size-cells"
|
||||||
|
|
||||||
@ -70,6 +56,4 @@ examples:
|
|||||||
interrupt-parent = <&icu0>;
|
interrupt-parent = <&icu0>;
|
||||||
interrupts = <73>, <72>;
|
interrupts = <73>, <72>;
|
||||||
interrupt-names = "tx", "rx";
|
interrupt-names = "tx", "rx";
|
||||||
lantiq,tx-burst-length = <8>;
|
|
||||||
lantiq,rx-burst-length = <8>;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user