Merge https://source.denx.de/u-boot/custodians/u-boot-snapdragon into next

- Reworks Qualcomm support to be more generic, dropping board specific
  build targets and relying on DT as the only source of truth
- Switches all Qualcomm devices to use upstream devicetree
diff --git a/drivers/gpio/qcom_pmic_gpio.c b/drivers/gpio/qcom_pmic_gpio.c
index 01f9b0d..14a8210 100644
--- a/drivers/gpio/qcom_pmic_gpio.c
+++ b/drivers/gpio/qcom_pmic_gpio.c
@@ -275,7 +275,7 @@
 
 static int qcom_gpio_bind(struct udevice *dev)
 {
-	
+
 	struct qcom_pmic_gpio_data *plat = dev_get_plat(dev);
 	ulong quirks = dev_get_driver_data(dev);
 	struct udevice *child;