Dmitry Baryshkov
0d6e44e257
ARM: dts: qcom: mdm9615: drop unit ids from PMIC nodes
...
On MDM9615 the PMICs are connected using SSBI devices, which do not have
any addressing scheme. Drop the unused unit ids from PMIC device nodes.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220930212052.894834-2-dmitry.baryshkov@linaro.org
2022-11-07 10:46:46 -06:00
Krzysztof Kozlowski
9b4dc87d35
ARM: dts: qcom: sdx65: add dedicated IMEM and syscon compatibles
...
Add proper compatibles to the IMEM device node:
1. syscon as required by the bindings, even though it is not currently
used,
2. dedicated compatible as required for syscon and simple-mfd nodes.
Align the node name to match IMEM type of device - SRAM.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221104190840.134733-2-krzysztof.kozlowski@linaro.org
2022-11-06 21:09:03 -06:00
Christian Marangi
c9713e4ede
ARM: dts: qcom: ipq8064: disable mmc-ddr-1_8v for sdcc1
...
It was reported non working mmc with this option enabled.
Both mmc for ipq8064 are supplied by a fixed 3.3v regulator so mmc can't
be run at 1.8v.
Disable it to restore correct functionality of this SoC feature.
Tested-by: Hendrik Koerner <koerhen@web.de >
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221024233817.27410-1-ansuelsmth@gmail.com
2022-11-06 21:09:03 -06:00
Neil Armstrong
85055a1eec
ARM: dts: qcom-msm8660: align RPM regulators node name with bindings
...
Node names should be generic and new DT schema expects RPM regulators
node to be just "regulators".
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-5-e5e045644971@linaro.org
2022-11-06 21:08:58 -06:00
Neil Armstrong
c7e34943d9
ARM: dts: qcom: mdm9615: wp8548-mangoh-green: fix sx150xq node names and probe-reset property
...
Fix the sx150xq node names to pinctrl and use the right probe-reset property.
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-2-e5e045644971@linaro.org
2022-11-06 21:08:53 -06:00
Neil Armstrong
fadae8fe73
ARM: dts: qcom: mdm9615: align pinctrl subnodes with dt-schema bindings
...
Align the MDM9615 DT to the expected subnodes namings in the dt-schema
bindings.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-1-e5e045644971@linaro.org
2022-11-06 21:08:50 -06:00
Neil Armstrong
10de96ba6d
ARM: dts: qcom: mdm9615: remove useless amba subnode
...
The separate amba device node doesn't add anything significant to the
DT. The OF parsing code already creates amba_device or platform_device
depending on the compatibility lists.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-11-dac2dfaac703@linaro.org
2022-11-06 21:08:43 -06:00
Neil Armstrong
3627dd180c
ARM: dts: qcom: mdm9615: remove invalid interrupt-names from pl18x mmc nodes
...
This solves the 'interrupt-names' was unexpected dtbs check error.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-10-dac2dfaac703@linaro.org
2022-11-06 21:08:40 -06:00
Neil Armstrong
75353420d0
ARM: dts: qcom: mdm9615: remove invalid spi-max-frequency gsbi3_spi node
...
The spi-max-frequency property has nothing to do in the controller's node,
remove it and fix the 'spi-max-frequency' was unexpected dtbs check error.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-4-dac2dfaac703@linaro.org
2022-11-06 21:08:35 -06:00
Neil Armstrong
e58bdf93db
ARM: dts: qcom: mdm9615: add missing reg in cpu@0 node
...
Fixes cpu@0: 'reg' is a required property from dtbs check.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-3-dac2dfaac703@linaro.org
2022-11-06 21:08:32 -06:00
Neil Armstrong
c69af934db
ARM: dts: qcom: mdm9615*: add SPDX-License-Identifier
...
Replace the license blob by a clean SPDX-License-Identifier with GPL2+
or MIT even if X11 is specified in the original blob since the actual
license text corresponds to a MIT license.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-2-dac2dfaac703@linaro.org
2022-11-06 21:08:28 -06:00
Krzysztof Kozlowski
78c80faf07
ARM: dts: qcom: ipq8064-rb3011: Add SoC compatible
...
Add qcom,ipq8064 compatible fallback for the SoC.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221017014653.12970-2-krzysztof.kozlowski@linaro.org
2022-11-05 22:30:30 -05:00
Krzysztof Kozlowski
d6e437c589
ARM: dts: qcom: msm8974: align TLMM pin configuration with DT schema
...
DT schema expects TLMM pin configuration nodes to be named with
'-state' suffix and their optional children with '-pins' suffix. All
nodes for GPIOs must also define the function property.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221017012225.8579-2-krzysztof.kozlowski@linaro.org
2022-11-05 22:29:54 -05:00
Krzysztof Kozlowski
bd40a8c773
ARM: dts: qcom: ipq4018-jalapeno: Add SoC compatible
...
Add qcom,ipq4018 compatible fallback for the SoC.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221013155418.47577-4-krzysztof.kozlowski@linaro.org
2022-11-05 22:24:25 -05:00
Krzysztof Kozlowski
a35f1a75e7
ARM: dts: qcom: ipq4018-ap120c-ac: Add SoC compatible
...
Add qcom,ipq4018 compatible fallback for the SoC.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221013155418.47577-3-krzysztof.kozlowski@linaro.org
2022-11-05 22:24:25 -05:00
Luca Weiss
4dd3949d17
ARM: dts: qcom: msm8974: Add CCI bus
...
Add a node for the Camera Control Interface I2C bus found on MSM8974.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz >
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221002122859.75525-7-matti.lehtimaki@gmail.com
2022-11-05 22:02:41 -05:00
Rayyan Ansari
4ab2f41b08
ARM: dts: qcom: msm8226: Add CCI bus
...
Add a node for the Camera Control Interface I2C bus found on MSM8226.
Signed-off-by: Rayyan Ansari <rayyan@ansari.sh >
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20221002122859.75525-6-matti.lehtimaki@gmail.com
2022-11-05 22:02:41 -05:00
Dmitry Baryshkov
da6b4c0592
ARM: dts: qcom-ipq8064: use pll4 clock for the gcc device
...
Add a link to LCC's PLL4 clock to the GCC device node following the
bindings (and driver needs).
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220927113826.246241-4-dmitry.baryshkov@linaro.org
2022-11-05 21:48:07 -05:00
Luca Weiss
65e0d1c466
ARM: dts: qcom: Add support for Huawei Watch
...
Add support for this smartwatch, based on Snapdragon 400 SoC.
Currently supported functionality:
* Internal storage
* USB
* Charger
* Power button
* Bluetooth
* Wifi
Signed-off-by: Luca Weiss <luca@z3ntu.xyz >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220924152937.4076-2-luca@z3ntu.xyz
2022-11-05 21:42:42 -05:00
Dmitry Baryshkov
5743efe0e7
ARM: dts: qcom-apq8064: change HDMI PHY node name to generic one
...
Change HDMI PHY node names from custom 'hdmi-phy' to the generic 'phy'.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org >
Signed-off-by: Bjorn Andersson <andersson@kernel.org >
Link: https://lore.kernel.org/r/20220924094347.178666-2-dmitry.baryshkov@linaro.org
2022-11-05 21:40:19 -05:00
Linus Walleij
cd73adcdba
ARM: dts: ux500: Add trips to battery thermal zones
...
Recent changes to the thermal framework has made the trip
points (trips) for thermal zones compulsory, which made
the Ux500 DTS files break validation and also stopped
probing because of similar changes to the code.
Fix this by adding an "outer bounding box": battery thermal
zones should not get warmer than 70 degress, then we will
shut down.
Fixes: 8c59632423 ("dt-bindings: thermal: Fix missing required property")
Fixes: 3fd6d6e2b4 ("thermal/of: Rework the thermal device tree initialization")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Cc: Daniel Lezcano <daniel.lezcano@linaro.org >
Cc: linux-pm@vger.kernel.org
Link: https://lore.kernel.org/r/20221030210854.346662-1-linus.walleij@linaro.org '
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2022-11-01 12:21:17 +01:00
Claudiu Beznea
5258d30f33
ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators
...
Remove status = "okay" for sam9x60ek regulator as okay is the default
status.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-12-claudiu.beznea@microchip.com
2022-11-01 12:28:58 +02:00
Claudiu Beznea
bc30e7d5f1
ARM: dts: at91: sama7g5: use generic name for securam
...
Use generic sram name for securam.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-11-claudiu.beznea@microchip.com
2022-11-01 12:28:58 +02:00
Claudiu Beznea
12045a7a07
ARM: dts: at91: sama7g5: add thermal zones node
...
Add thermal zones node with its associated trips and cooling-maps.
It uses CPUFreq as cooling device for temperatures in the interval
[90, 100) degrees Celsius and describe the temperature of 100 degrees
Celsius as critical temperature. System will be is shutting down when
reaching critical temperature.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-7-claudiu.beznea@microchip.com
2022-11-01 12:28:34 +02:00
Claudiu Beznea
65d8815281
ARM: dts: at91: sama7g5: add temperature sensor
...
Add temperature sensor node.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-6-claudiu.beznea@microchip.com
2022-11-01 12:28:34 +02:00
Claudiu Beznea
f90b33a574
ARM: dts: at91: sama7g5: add cells for temperature calibration
...
Add NVMEM cell to ADC for temperature calibration data.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-5-claudiu.beznea@microchip.com
2022-11-01 12:28:33 +02:00
Claudiu Beznea
52d9b4fee7
ARM: dts: at91: sama7g5: add io-channel-cells to adc node
...
Add io-channel-cell to ADC node. It is necessary for DT users of ADC.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-4-claudiu.beznea@microchip.com
2022-11-01 12:28:33 +02:00
Claudiu Beznea
c01657dbcd
ARM: dts: at91: sama7g5: add otpc node
...
Add OTPC node along with temperature calibration cell.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026124114.985876-3-claudiu.beznea@microchip.com
2022-11-01 12:27:33 +02:00
Horatiu Vultur
0873509ea6
ARM: dts: lan966x: Enable sgpio on pcb8291
...
Enable sgpio node on pcb8291 as this is needed to be able to control
the LEDs on this board. Otherwise the LEDs support on the board will
not be available.
On the other board pcb8309 the sgpio is already enabled because it
needed to access the SFP ports.
Fixes: 0b7baa1a30 ("ARM: dts: lan966x: add led configuration")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com >
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20221026174303.702919-1-horatiu.vultur@microchip.com
2022-10-31 10:35:14 +02:00
Alistair Francis
9076cbaa77
ARM: dts: imx7d-remarkable2: Enable silergy,sy7636a
...
Enable the silergy,sy7636a and silergy,sy7636a-regulator on the
reMarkable2.
Signed-off-by: Alistair Francis <alistair@alistair23.me >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-31 08:52:39 +08:00
Johan Jonker
11871e20bc
ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
...
The lcdc1-rgb24 node name is out of line with the rest
of the rk3188 lcdc1 node, so fix it.
Signed-off-by: Johan Jonker <jbx6244@gmail.com >
Link: https://lore.kernel.org/r/7b9c0a6f-626b-07e8-ae74-7e0f08b8d241@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2022-10-30 21:19:45 +01:00
Johan Jonker
dd847fe34c
ARM: dts: rockchip: fix ir-receiver node names
...
Fix ir-receiver node names on Rockchip boards,
so that they match with regex: '^ir(-receiver)?(@[a-f0-9]+)?$'
Signed-off-by: Johan Jonker <jbx6244@gmail.com >
Link: https://lore.kernel.org/r/ea5af279-f44c-afea-023d-bb37f5a0d58d@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2022-10-30 21:19:36 +01:00
Johan Jonker
942b35de22
ARM: dts: rockchip: fix adc-keys sub node names
...
Fix adc-keys sub node names on Rockchip boards,
so that they match with regex: '^button-'
Signed-off-by: Johan Jonker <jbx6244@gmail.com >
Link: https://lore.kernel.org/r/7a0013b1-3a55-a344-e9ea-eacb4b49433c@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2022-10-30 21:19:31 +01:00
Sebastian Reichel
6122f3be70
arm: dts: rockchip: remove clock-frequency from rtc
...
'clock-frequency' is not part of the DT binding and not supported by the
Linux driver.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20221024165549.74574-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2022-10-30 21:05:43 +01:00
Sebastian Reichel
17b57beafc
arm: dts: rockchip: fix node name for hym8563 rtc
...
Fix the node name for hym8563 in all arm rockchip devicetrees.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20221024165549.74574-4-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2022-10-30 21:05:42 +01:00
Petr Benes
5e67d47d0b
ARM: dts: imx6dl-yapp4: Do not allow PM to switch PU regulator off on Q/QP
...
Fix our design flaw in supply voltage distribution on the Quad and QuadPlus
based boards.
The problem is that we supply the SoC cache (VDD_CACHE_CAP) from VDD_PU
instead of VDD_SOC. The VDD_PU internal regulator can be disabled by PM
if VPU or GPU is not used. If that happens the system freezes. To prevent
that configure the reg_pu regulator to be always on.
Fixes: 0de4ab81ab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
Cc: petrben@gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Petr Benes <petr.benes@ysoft.com >
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 16:26:31 +08:00
Tim Harvey
bb5ad73941
ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset
...
The GW5910 and GW5913 have a user pushbutton that is tied to the
Gateworks System Controller GPIO offset 2. Fix the invalid offset of 0.
Fixes: 64bf0a0af1 ("ARM: dts: imx6qdl-gw: add Gateworks System Controller support")
Signed-off-by: Tim Harvey <tharvey@gateworks.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 16:26:31 +08:00
Andreas Kemnade
9912c251fd
ARM: dts: imx6sl-tolino-shine2hd: Add backlight boost
...
Vendor system has a separate checkbox for increasing brightness of the
backlight combined with a big warning that power consumption will
greatly increase. With that checkbox enabled there is a greater range in
which backlight brightness can be adjusted
Add a switch to achieve the same, since the backlight is actually LED,
this seems to be the most appopiate place to add it. Nothing fits
perfectly.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 12:07:32 +08:00
Andreas Kemnade
6a8daebd17
ARM: dts: imx6sl-tolino-shine2hd: Add backlight
...
Add backlight for Tolino Shine2 HD. It uses the PWM
of the embedded controller.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 12:07:24 +08:00
Philippe Schenker
ca5a60d3be
ARM: dts: colibri-imx7: fix confusing naming
...
fix the naming of node-name vs label-name to the correct one, that is
the label was always correct.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 08:58:54 +08:00
Philippe Schenker
cb30720aba
ARM: dts: colibri-imx6ull: add -hog to gpio hogs
...
Since it seems to be a naming-convention to add -hog for gpio hogs do
this.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 08:58:51 +08:00
Philippe Schenker
e0dc942a2e
ARM: dts: colibri-imx6ull: enable default peripherals
...
For NAND modules Toradex does not provide any device-tree overlays. But
we always had a default display output enabled on NAND modules as well
as touchscreens that are placed on displays which can easily be plugged
into those carrier boards. Do reenable these displays and touchscreen
output on all device-trees that are used on NAND modules.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 08:58:45 +08:00
Philippe Schenker
53e25f9312
ARM: dts: colibri-imx6ull: keep peripherals disabled
...
Toradex does provide device-tree overlays to enable certain evaluation
hardware. Keep the buses disabled by default to be enabled again with
overlays.
For customers including this device-tree this has also the advantage
that the hardware we want by default running does not automatically
enable signals on their end.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2022-10-29 08:58:29 +08:00
Geert Uytterhoeven
5b093eb67e
ARM: dts: renesas: Miscellaneous whitespace fixes
...
Remove superfluous spaces near properties and equal signs.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Link: https://lore.kernel.org/r/1666adade07e16b77af1f03c55799b2ad1378e60.1666605877.git.geert+renesas@glider.be
2022-10-28 14:18:33 +02:00
Samuel Holland
8907a276fe
ARM: dts: axp22x/axp809: Add GPIO controller nodes
...
These PMICs all contain a GPIO controller. Now that the binding for this
variant is documented, wire up the controller in the device tree.
Signed-off-by: Samuel Holland <samuel@sholland.org >
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com >
Link: https://lore.kernel.org/r/20220916042751.47906-3-samuel@sholland.org
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com >
2022-10-26 22:15:34 +02:00
Samuel Holland
26737f55d6
ARM: dts: axp803/axp81x: Drop GPIO LDO pinctrl nodes
...
The "ldo-io0" and "ldo-io1" regulators are enabled/disabled by toggling
the pinmux between two functions. This happens in the regulator driver.
Setting the pinmux to "ldo" in the DT is inappropriate because it would
enable the regulator before the driver has a chance to set the correct
initial voltage.
Signed-off-by: Samuel Holland <samuel@sholland.org >
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com >
Link: https://lore.kernel.org/r/20220916042751.47906-2-samuel@sholland.org
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com >
2022-10-26 22:15:04 +02:00
Krzysztof Kozlowski
2970b5ee2e
ARM: dts: sunxi: correct indentation
...
Do not use spaces for indentation.
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com >
Link: https://lore.kernel.org/r/20221002091959.68815-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2022-10-26 12:53:52 -04:00
Krzysztof Kozlowski
8ae9c7a69f
ARM: dts: omap: correct indentation
...
Do not use spaces for indentation.
Link: https://lore.kernel.org/r/20221002092002.68880-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2022-10-26 12:53:16 -04:00
Krzysztof Kozlowski
eab1e9105a
ARM: dts: kirkwood: correct indentation
...
Do not use spaces for indentation.
Link: https://lore.kernel.org/r/20221002092007.68955-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2022-10-26 12:52:50 -04:00
Krzysztof Kozlowski
a7569f7d21
ARM: dts: armada: correct indentation
...
Do not use spaces for indentation.
Link: https://lore.kernel.org/r/20221002092008.69003-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
2022-10-26 12:52:40 -04:00