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@xxxxxxxxxxxx> > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > 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 >