Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4 -4
+4 -4
Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
··· 42 42 43 43 nvidia,slices: 44 44 $ref: /schemas/types.yaml#/definitions/uint32 45 + deprecated: true 45 46 description: 46 47 HTE lines are arranged in 32 bit slice where each bit represents different 47 48 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. 49 52 enum: [3, 11, 17] 50 53 51 54 nvidia,gpio-controller: ··· 69 66 - compatible 70 67 - reg 71 68 - interrupts 72 - - nvidia,slices 73 69 - "#timestamp-cells" 74 70 75 71 allOf: ··· 125 123 reg = <0xc1e0000 0x10000>; 126 124 interrupts = <0 13 0x4>; 127 125 nvidia,int-threshold = <1>; 128 - nvidia,slices = <3>; 129 126 #timestamp-cells = <1>; 130 127 }; 131 128 ··· 134 133 reg = <0x3aa0000 0x10000>; 135 134 interrupts = <0 11 0x4>; 136 135 nvidia,int-threshold = <1>; 137 - nvidia,slices = <11>; 138 136 #timestamp-cells = <1>; 139 137 }; 140 138