arm64: dts: exynos: use 8-bit for SPI IR LED duty-cycle in TM2

The 'duty-cycle' of SPI IR LED property is u8:

  exynos/exynos5433-tm2e.dtb: irled@0: duty-cycle:0: [0, 0, 0, 60] is too long

Link: https://lore.kernel.org/r/20221204104242.117558-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2022-12-04 11:42:42 +01:00
parent c514239c4f
commit 254b8f4b21

View File

@@ -1315,7 +1315,7 @@ irled@0 {
reg = <0x0>;
spi-max-frequency = <5000000>;
power-supply = <&irda_regulator>;
duty-cycle = <60>;
duty-cycle = /bits/ 8 <60>;
led-active-low;
controller-data {