From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 06/10] ARM: dts: qcom: ipq8064: correct LED node names
Date: Thu, 20 Apr 2023 12:48:35 +0200 [thread overview]
Message-ID: <ec3b44cd-470d-adc0-bdc8-2fcca228d694@linaro.org> (raw)
In-Reply-To: <20230420075053.41976-6-krzysztof.kozlowski@linaro.org>
On 20.04.2023 09:50, Krzysztof Kozlowski wrote:
> GPIO LEDs is not a bus, so drop unit-address and also start suffix
> numbering from 0:
>
> Warning (unit_address_vs_reg): /soc/leds/led@7: node has a unit name, but no reg or ranges property
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 2 +-
> arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi | 10 +++++-----
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
> index 47a5d1849c72..52eadefd2fb4 100644
> --- a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
> +++ b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
> @@ -203,7 +203,7 @@ leds {
> pinctrl-0 = <&leds_pins>;
> pinctrl-names = "default";
>
> - led@7 {
> + led-0 {
> label = "rb3011:green:user";
> color = <LED_COLOR_ID_GREEN>;
> gpios = <&qcom_pinmux 33 GPIO_ACTIVE_HIGH>;
> diff --git a/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi b/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
> index 411c8d63c38e..c5abe7151f14 100644
> --- a/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
> @@ -92,34 +92,34 @@ leds {
> pinctrl-0 = <&leds_pins>;
> pinctrl-names = "default";
>
> - led@7 {
> + led-0 {
> label = "led_usb1";
> gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
> linux,default-trigger = "usbdev";
> default-state = "off";
> };
>
> - led@8 {
> + led-1 {
> label = "led_usb3";
> gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
> linux,default-trigger = "usbdev";
> default-state = "off";
> };
>
> - led@9 {
> + led-2 {
> label = "status_led_fail";
> function = LED_FUNCTION_STATUS;
> gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
> default-state = "off";
> };
>
> - led@26 {
> + led-3 {
> label = "sata_led";
> gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
> default-state = "off";
> };
>
> - led@53 {
> + led-4 {
> label = "status_led_pass";
> function = LED_FUNCTION_STATUS;
> gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
next prev parent reply other threads:[~2023-04-20 10:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 7:50 [PATCH 01/10] ARM: dts: qcom: ipq4019: correct syscon unit-address Krzysztof Kozlowski
2023-04-20 7:50 ` [PATCH 02/10] ARM: dts: qcom: sdx55: correct rsc unit-address Krzysztof Kozlowski
2023-04-20 10:45 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 03/10] ARM: dts: qcom: msm8974: correct pronto unit-address Krzysztof Kozlowski
2023-04-20 10:46 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 04/10] ARM: dts: qcom: ipq8064: drop leading 0 from unit-address Krzysztof Kozlowski
2023-04-20 10:46 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 05/10] ARM: dts: qcom: ipq8064: drop invalid GCC thermal-sensor unit-address Krzysztof Kozlowski
2023-04-20 10:48 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 06/10] ARM: dts: qcom: ipq8064: correct LED node names Krzysztof Kozlowski
2023-04-20 10:48 ` Konrad Dybcio [this message]
2023-04-20 7:50 ` [PATCH 07/10] ARM: dts: qcom: ipq8064: align USB node names with bindings Krzysztof Kozlowski
2023-04-20 10:48 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 08/10] ARM: dts: qcom: apq8060-dragonboard: move regulators out of simple-bus Krzysztof Kozlowski
2023-04-20 10:49 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 09/10] ARM: dts: qcom: msm8960-cdp: move regulator " Krzysztof Kozlowski
2023-04-20 10:49 ` Konrad Dybcio
2023-04-20 7:50 ` [PATCH 10/10] ARM: dts: qcom: apq8084: correct thermal sensor unit-address Krzysztof Kozlowski
2023-04-20 10:50 ` Konrad Dybcio
2023-04-20 10:45 ` [PATCH 01/10] ARM: dts: qcom: ipq4019: correct syscon unit-address Konrad Dybcio
2023-05-25 4:54 ` (subset) " Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ec3b44cd-470d-adc0-bdc8-2fcca228d694@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox