On 11.11.2021 04:16, Dang Huynh wrote: > This enables the volume up key. > > Reviewed-by: Caleb Connolly <caleb@xxxxxxxxxxxxx> > Reviewed-by: Martin Botka <martin.botka@xxxxxxxxxxxxxx> > Reviewed-by: Konrad Dybcio <konradybcio@xxxxxxxxx> Drop. > Signed-off-by: Dang Huynh <danct12@xxxxxxxxxx> > --- > .../boot/dts/qcom/sdm660-xiaomi-lavender.dts | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts b/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > index 729b71407c36..456562cb6028 100644 > --- a/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > +++ b/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > @@ -9,6 +9,9 @@ > #include "sdm660.dtsi" > #include "pm660.dtsi" > #include "pm660l.dtsi" > +#include <dt-bindings/gpio/gpio.h> gpio.h can safely be moved to the SoC DTSI. Konrad