All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels
@ 2022-06-23 22:31 Gwendal Grignou
  2022-06-23 23:54 ` Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gwendal Grignou @ 2022-06-23 22:31 UTC (permalink / raw)
  To: swboyd, bjorn.andersson; +Cc: linux-arm-msm, Gwendal Grignou

To ease matching configuration of sysfs attributes for particular
sensor, match label reported by iio 'label' attribute with the location
label generated by ChromeOS config tool.

Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
---
 arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
index 9cb1bc8ed6b5c..8b96fad5fdd4c 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
@@ -388,7 +388,7 @@ ap_sar_sensor0: proximity@28 {
 
 		vdd-supply = <&pp1800_prox>;
 
-		label = "proximity-wifi-lte0";
+		label = "proximity-wifi_cellular-0";
 		status = "disabled";
 	};
 
@@ -404,7 +404,7 @@ ap_sar_sensor1: proximity@2c {
 
 		vdd-supply = <&pp1800_prox>;
 
-		label = "proximity-wifi-lte1";
+		label = "proximity-wifi_cellular-1";
 		status = "disabled";
 	};
 };
-- 
2.37.0.rc0.104.g0611611a94-goog


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels
  2022-06-23 22:31 [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels Gwendal Grignou
@ 2022-06-23 23:54 ` Stephen Boyd
  2022-06-23 23:55 ` Doug Anderson
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2022-06-23 23:54 UTC (permalink / raw)
  To: Gwendal Grignou, bjorn.andersson; +Cc: linux-arm-msm, mka, dianders

Quoting Gwendal Grignou (2022-06-23 15:31:19)
> To ease matching configuration of sysfs attributes for particular
> sensor, match label reported by iio 'label' attribute with the location
> label generated by ChromeOS config tool.
>
> Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

>  arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> index 9cb1bc8ed6b5c..8b96fad5fdd4c 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> @@ -388,7 +388,7 @@ ap_sar_sensor0: proximity@28 {
>
>                 vdd-supply = <&pp1800_prox>;
>
> -               label = "proximity-wifi-lte0";
> +               label = "proximity-wifi_cellular-0";
>                 status = "disabled";
>         };
>
> @@ -404,7 +404,7 @@ ap_sar_sensor1: proximity@2c {
>
>                 vdd-supply = <&pp1800_prox>;
>
> -               label = "proximity-wifi-lte1";
> +               label = "proximity-wifi_cellular-1";
>                 status = "disabled";
>         };
>  };
> --
> 2.37.0.rc0.104.g0611611a94-goog
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels
  2022-06-23 22:31 [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels Gwendal Grignou
  2022-06-23 23:54 ` Stephen Boyd
@ 2022-06-23 23:55 ` Doug Anderson
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2022-06-23 23:55 UTC (permalink / raw)
  To: Gwendal Grignou; +Cc: Stephen Boyd, Bjorn Andersson, linux-arm-msm

Hi,

On Thu, Jun 23, 2022 at 3:31 PM Gwendal Grignou <gwendal@chromium.org> wrote:
>
> To ease matching configuration of sysfs attributes for particular
> sensor, match label reported by iio 'label' attribute with the location
> label generated by ChromeOS config tool.
>
> Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels
  2022-06-23 22:31 [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels Gwendal Grignou
  2022-06-23 23:54 ` Stephen Boyd
  2022-06-23 23:55 ` Doug Anderson
@ 2022-07-03  3:56 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-07-03  3:56 UTC (permalink / raw)
  To: swboyd, Gwendal Grignou; +Cc: linux-arm-msm

On Thu, 23 Jun 2022 15:31:19 -0700, Gwendal Grignou wrote:
> To ease matching configuration of sysfs attributes for particular
> sensor, match label reported by iio 'label' attribute with the location
> label generated by ChromeOS config tool.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sc7280: Rename sar sensor labels
      commit: 9c54f1711fc2516faf1f8d31217462184157b429

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-03  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 22:31 [PATCH] arm64: dts: qcom: sc7280: Rename sar sensor labels Gwendal Grignou
2022-06-23 23:54 ` Stephen Boyd
2022-06-23 23:55 ` Doug Anderson
2022-07-03  3:56 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.