[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f20fd593-0173-424d-9951-e0f2ad33b4cd@oss.qualcomm.com>
Date: Thu, 6 Nov 2025 17:29:47 +0100
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: Riccardo Mereu <r.mereu.kernel@...uino.cc>, andersson@...nel.org,
konradybcio@...nel.org, robh@...nel.org, krzk+dt@...nel.org,
conor+dt@...nel.org, broonie@...nel.org
Cc: linux@...ck-us.net, Jonathan.Cameron@...wei.com, wenswang@...h.net,
naresh.solanki@...ements.com, michal.simek@....com, nuno.sa@...log.com,
chou.cosmo@...il.com, grantpeltier93@...il.com, eajames@...ux.ibm.com,
farouk.bouabid@...rry.de, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-spi@...r.kernel.org, mm.facchin@...uino.cc,
Riccardo Mereu <r.mereu@...uino.cc>
Subject: Re: [PATCH 5/5] arm64: dts: qcom: unoq: add dts for arduino unoq
On 11/6/25 4:31 PM, Riccardo Mereu wrote:
> From: Riccardo Mereu <r.mereu.kernel@...uino.cc>
>
> Arduino UnoQ is a single-board computer combining Qualcomm
> Dragonwing™ QRB2210 microprocessor with STMicroelectronics STM32U585
> microcontroller.
> Support to a simply boot to shell environment includes:
> - UART, I2C, SPI
> - onboard LEDS
> - eMMC
> - WLAN and BT
>
> Signed-off-by: Riccardo Mereu <r.mereu@...uino.cc>
> ---
[...]
> + leds: leds {
> + compatible = "gpio-leds";
> +
> + ledpanic: led-panic {
> + label = "red:panic";
> + function = LED_FUNCTION_INDICATOR;
> + color = <LED_COLOR_ID_RED>;
> + gpios = <&tlmm 39 GPIO_ACTIVE_HIGH>;
> + linux,default-trigger = "none";
> + default-state = "off";
> + panic-indicator;
> + };
> +
> + ledwlan: led-wlan {
> + label = "green:wlan";
> + function = LED_FUNCTION_WLAN;
> + color = <LED_COLOR_ID_GREEN>;
> + gpios = <&tlmm 40 GPIO_ACTIVE_HIGH>;
> + linux,default-trigger = "phy0tx";
> + default-state = "off";
> + };
> +
> + ledbt: led-bt {
The labels (label: node-name@...t-addr {}) for the above 3 LEDs and
the group are not used, please drop them
Looks good otherwise
Reviewed-by: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Konrad
Powered by blists - more mailing lists