Rob Herring (Arm)
01585d7470
dt-bindings: Fix inconsistent quoting
...
yamllint has gained a new check which checks for inconsistent quoting
(mixed " and ' quotes within a file). Fix all the cases yamllint found
so we can enable the check (once the check is in a release). As single
quotes are (slightly) preferred, use them throughout the modified files
even if double quotes are mostly used.
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com >
Acked-by: Andrew Jeffery <andrew@codeconstruct.com.au >
Acked-by: Jassi Brar <jassisinghbrar@gmail.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Lee Jones <lee@kernel.org >
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org >
Link: https://patch.msgid.link/20251015232015.846282-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org >
2025-11-17 11:24:50 -06:00
Frank Li
66edbb1e32
dt-bindings: gpio: Move fsl,mxs-pinctrl.txt into gpio-mxs.yaml
...
Move mxs-pinctrl part into gpio-mxs.yaml and add pinctrl examples to fix
below CHECK_DTB warning:
arch/arm/boot/dts/nxp/mxs/imx28-xea.dtb: pinctrl@80018000 (fsl,imx28-pinctrl):
'auart0-2pins@0', 'auart0@0', ... 'usb1@1' do not match any of the regexes: 'gpio@[0-9]+$', 'pinctrl-[0-9]+'
Signed-off-by: Frank Li <Frank.Li@nxp.com >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Rob Herring (Arm) <robh@kernel.org >
Link: https://lore.kernel.org/r/20250820164946.3782702-1-Frank.Li@nxp.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org >
2025-08-26 11:58:29 +02:00
Krzysztof Kozlowski
f4271a891d
dt-bindings: gpio: Correct indentation and style in DTS example
...
DTS example in the bindings should be indented with 2- or 4-spaces and
aligned with opening '- |', so correct any differences like 3-spaces or
mixtures 2- and 4-spaces in one binding. While re-indenting, drop
unused labels.
No functional changes here, but saves some comments during reviews of
new patches built on existing code.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Sander Vanheule <sander@svanheule.net >
Reviewed-by: Manikandan Muralidharan <manikandan.m@microchip.com >
Reviewed-by: Rob Herring (Arm) <robh@kernel.org >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Link: https://lore.kernel.org/r/20250324125326.82270-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org >
2025-04-07 09:53:53 +02:00
Krzysztof Kozlowski
499f5e3c7c
dt-bindings: drop stale Anson Huang from maintainers
...
Emails to Anson Huang bounce:
Diagnostic-Code: smtp; 550 5.4.1 Recipient address rejected: Access denied.
Add IMX platform maintainers for bindings which would become orphaned.
Acked-by: Uwe Kleine-König <ukleinek@kernel.org >
Reviewed-by: Fabio Estevam <festevam@gmail.com >
Acked-by: Peng Fan <peng.fan@nxp.com >
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com > # for I2C
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Mark Brown <broonie@kernel.org >
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com > # for IIO
Acked-by: Andi Shyti <andi.shyti@kernel.org >
Acked-by: Abel Vesa <abel.vesa@linaro.org >
Link: https://lore.kernel.org/r/20240617065828.9531-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org >
2024-07-09 07:40:17 -06:00
Fabio Estevam
e65b85dd0c
dt-bindings: Use Shawn Guo's preferred e-mail for i.MX bindings
...
Use Shawn Guo's kernel.org address for the i.MX related bindings
as per the MAINTAINERS entries.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Link: https://lore.kernel.org/r/20200818111245.17047-1-festevam@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org >
2020-08-18 10:31:43 -06:00
Anson Huang
1ade7d1f95
dt-bindings: gpio: Convert mxs to json-schema
...
Convert the MXS GPIO binding to DT schema format using json-schema.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com >
Signed-off-by: Rob Herring <robh@kernel.org >
2020-05-28 15:24:31 -06:00