Message ID | 20231111095617.16496-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 0c90c75e663246203a2b7f6dd9e08a110f4c3c43 |
Headers | show |
Series | [1/2] arm64: dts: qcom: sdm845-db845c: correct LED panic indicator | expand |
On Sat, 11 Nov 2023 10:56:16 +0100, Krzysztof Kozlowski wrote: > There is no "panic-indicator" default trigger but a property with that > name: > > sdm845-db845c.dtb: leds: led-0: Unevaluated properties are not allowed ('linux,default-trigger' was unexpected) > > Applied, thanks! [1/2] arm64: dts: qcom: sdm845-db845c: correct LED panic indicator commit: 0c90c75e663246203a2b7f6dd9e08a110f4c3c43 [2/2] arm64: dts: qcom: sdm845: correct Soundwire node name commit: 74eed6f467db53b9b8b7fb225f6ac475449ad073 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index c7eba6c491be..7e7bf3fb3be6 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -67,8 +67,8 @@ led-0 { function = LED_FUNCTION_INDICATOR; color = <LED_COLOR_ID_GREEN>; gpios = <&pm8998_gpios 13 GPIO_ACTIVE_HIGH>; - linux,default-trigger = "panic-indicator"; default-state = "off"; + panic-indicator; }; led-1 {
There is no "panic-indicator" default trigger but a property with that name: sdm845-db845c.dtb: leds: led-0: Unevaluated properties are not allowed ('linux,default-trigger' was unexpected) Fixes: 3f72e2d3e682 ("arm64: dts: qcom: Add Dragonboard 845c") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)