Message ID | 20240306-castor-changes-v1-3-2286eaf85fff@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Commit | 26b950f2af40bd6cc36c3ac8ee6643ff3e905753 |
Headers | show |
Series | Some devicetree cleanup for MSM8974 Sony Xperia Z2 Tablet | expand |
On 3/6/24 00:18, Luca Weiss wrote: > From what I can tell, the camera buttons are not part of Z2 Tablet > hardware even though other devices based on 'shinano' do have them. > > Fixes: ab80661883de ("ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet") > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- https://3dmodels.org/360-view/?id=82800 Doesn't look like! Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts index da554f72528a..97b55bda9189 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts @@ -34,18 +34,6 @@ key-volume-down { linux,code = <KEY_VOLUMEDOWN>; }; - key-camera-snapshot { - label = "camera_snapshot"; - gpios = <&pm8941_gpios 3 GPIO_ACTIVE_LOW>; - linux,code = <KEY_CAMERA>; - }; - - key-camera-focus { - label = "camera_focus"; - gpios = <&pm8941_gpios 4 GPIO_ACTIVE_LOW>; - linux,code = <KEY_CAMERA_FOCUS>; - }; - key-volume-up { label = "volume_up"; gpios = <&pm8941_gpios 5 GPIO_ACTIVE_LOW>;
From what I can tell, the camera buttons are not part of Z2 Tablet hardware even though other devices based on 'shinano' do have them. Fixes: ab80661883de ("ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet") Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- .../dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 12 ------------ 1 file changed, 12 deletions(-)