Message ID | 20220620175033.130468-3-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | efbf2c262c89f78f99fd781c77b7305fac23c3c7 |
Headers | show |
Series | leds/arm: dts: leds on Samsung Galaxy S3 | expand |
On Mon, 20 Jun 2022 19:50:32 +0200, Krzysztof Kozlowski wrote: > The bindings expect aat1290 flash LED child node to be named "led". > > Applied, thanks! [2/3] ARM: dts: exynos: align aat1290 flash LED node with bindings in Galaxy S3 https://git.kernel.org/krzk/linux/c/efbf2c262c89f78f99fd781c77b7305fac23c3c7 Best regards,
diff --git a/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi index aa7de6de8e19..46640b490a8c 100644 --- a/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi +++ b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi @@ -25,7 +25,7 @@ led-controller { pinctrl-1 = <&camera_flash_host>; pinctrl-2 = <&camera_flash_isp>; - flash-led { + led { label = "flash"; led-max-microamp = <520833>; flash-max-microamp = <1012500>;
The bindings expect aat1290 flash LED child node to be named "led". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)