Skip to content

Commit 1815e37

Browse files
dt-bindings: timestamp: Deprecate nvidia,slices property
The property is not necessary as it is a constant value and can be hardcoded in the driver code. Signed-off-by: Dipen Patel <dipenp@nvidia.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Herring <robh@kernel.org>
1 parent d0672fa commit 1815e37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ properties:
4242

4343
nvidia,slices:
4444
$ref: /schemas/types.yaml#/definitions/uint32
45+
deprecated: true
4546
description:
4647
HTE lines are arranged in 32 bit slice where each bit represents different
4748
line/signal that it can enable/configure for the timestamp. It is u32
48-
property and the value depends on the HTE instance in the chip.
49+
property and the value depends on the HTE instance in the chip. The AON
50+
GTE instances for both Tegra194 and Tegra234 has 3 slices. The Tegra194
51+
LIC instance has 11 slices and Tegra234 LIC has 17 slices.
4952
enum: [3, 11, 17]
5053

5154
nvidia,gpio-controller:
@@ -66,7 +69,6 @@ required:
6669
- compatible
6770
- reg
6871
- interrupts
69-
- nvidia,slices
7072
- "#timestamp-cells"
7173

7274
allOf:
@@ -123,7 +125,6 @@ examples:
123125
reg = <0xc1e0000 0x10000>;
124126
interrupts = <0 13 0x4>;
125127
nvidia,int-threshold = <1>;
126-
nvidia,slices = <3>;
127128
#timestamp-cells = <1>;
128129
};
129130
@@ -133,7 +134,6 @@ examples:
133134
reg = <0x3aa0000 0x10000>;
134135
interrupts = <0 11 0x4>;
135136
nvidia,int-threshold = <1>;
136-
nvidia,slices = <11>;
137137
#timestamp-cells = <1>;
138138
};
139139

0 commit comments

Comments
 (0)