mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-27 08:08:19 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user