Rob Herring
cff5c89513
regulator: dt-bindings: Drop unneeded quotes
...
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230317233616.3968003-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:35 +00:00
Rob Herring
d9e909e219
ASoC: dt-bindings: Drop unneeded quotes
...
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230317233612.3967849-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:20 +00:00
Cristian Ciocaltea
b0fe6a91fa
ASoC: dt-bindings: rockchip: Add compatible for RK3588
...
Add new compatible string for the Rockchip I2S/PCM controller found on
RK3588 and RK3588S SoCs.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230315114806.3819515-8-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:14 +00:00
Cristian Ciocaltea
9971f33583
ASoC: dt-bindings: rockchip: i2s-tdm: Document power-domains
...
The binding document is missing the power-domains property. Add it.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230315114806.3819515-7-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:13 +00:00
Cristian Ciocaltea
bfbae373c5
ASoC: dt-bindings: rockchip: i2s-tdm: Document audio graph port
...
Document the 'port' property to allow the Rockchip I2S TDM controller to
be used in conjunction with the audio-graph-card.
The property will be used to provide an endpoint for binding to the
other side of the audio link.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230315114806.3819515-6-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:13 +00:00
Cristian Ciocaltea
bf4062b742
ASoC: dt-bindings: rockchip: Document audio graph port
...
The Rockchip I2S controller is currently used in conjunction with
audio-graph-card to provide an endpoint for binding with the other side
of the audio link.
This is achieved via the 'port' property, which is not allowed:
rk3399-rockpro64.dtb: i2s@ff890000: Unevaluated properties are not allowed ('port' was unexpected)
Fix the issue by documenting the missing property.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230315114806.3819515-5-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:12 +00:00
Cristian Ciocaltea
2f43ef99ac
ASoC: dt-bindings: everest,es8316: Document audio graph port
...
The ES8316 codec is currently used in conjunction with audio-graph-card
to provide an endpoint for binding with the other side of the audio
link.
This is achieved via the 'port' property, which is not allowed:
rk3399-rockpro64.dtb: codec@11: Unevaluated properties are not allowed ('port' was unexpected)
Fix the issue by documenting the missing property.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230315114806.3819515-4-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:11:11 +00:00
Svyatoslav Ryhel
85a375fe8d
ASoC: nvidia,tegra-audio: add MAX9808x CODEC
...
Add dt-binding for MAX9808x CODEC.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
Link: https://lore.kernel.org/r/20230308073502.5421-8-clamor95@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:06:44 +00:00
David Heidelberg
2060c9b8ae
ASoC: nvidia,tegra-audio: add RT5631 CODEC
...
Add dt-binding for RT5631 CODEC.
Signed-off-by: David Heidelberg <david@ixit.cz >
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
Link: https://lore.kernel.org/r/20230308073502.5421-5-clamor95@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:06:43 +00:00
Svyatoslav Ryhel
2a7a8ebe85
ASoC: nvidia,tegra-audio-common: add coupled-mic-hp-detect property
...
Add nvidia,coupled-mic-hp-det property to use Mic detect GPIO only
if HP GPIO is in active state.
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
Link: https://lore.kernel.org/r/20230308073502.5421-2-clamor95@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-20 13:06:42 +00:00
Sebastian Reichel
25b8006317
dt-bindings: power: supply: adc-battery: add binding
...
Add binding for a battery that is only monitored via ADC
channels and simple status GPIOs.
Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Sebastian Reichel <sre@kernel.org >
2023-03-20 11:56:21 +01:00
Dave Stevenson
f8d5f7d9e1
media: dt-bindings: media: i2c: Add mono version to IMX290 bindings
...
The IMX290 module is available as either monochrome or colour and
the variant is not detectable at runtime.
Add a new compatible string for the monochrome version, based on the
full device name IMX290LLR. For consistency, add a new compatible string
for the colour version based on the IMX290LQR full device name, and
deprecate the current ambiguous compatible string.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com >
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org >
2023-03-20 08:56:18 +01:00
A, Rashmi
64e480aaae
dt-bindings: phy: intel: Remove Thunder Bay eMMC PHY bindings
...
Remove Thunder Bay specific code as the product got cancelled
and there are no end customers or users.
Signed-off-by: A, Rashmi <rashmi.a@intel.com >
Reviewed-by: Hunter, Adrian <adrian.hunter@intel.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230316120549.21486-5-rashmi.a@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2023-03-20 12:57:39 +05:30
Krzysztof Kozlowski
59eeb9ad7c
media: dt-bindings: silabs,si470x: Convert to DT schema
...
Convert the Silicon Labs Si470x FM Radio Receiver bindings to DT schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl >
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org >
2023-03-19 22:47:33 +01:00
Christian Hewitt
b569972ab8
media: dt-bindings: rc: add rc-beelink-mxiii
...
Add a binding for the rc-beelink-mxiii remote keymap
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Sean Young <sean@mess.org >
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org >
2023-03-19 22:21:30 +01:00
Christian Hewitt
41e31b34a8
media: dt-bindings: rc: add rc-dreambox
...
Add a binding for the rc-dreambox remote keymap
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Sean Young <sean@mess.org >
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org >
2023-03-19 22:20:18 +01:00
Johan Hovold
cae630bf47
dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow 'bias-bus-hold'
...
The controller supports 'bias-bus-hold' so add it to the binding.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230316105800.18751-1-johan+linaro@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 22:05:59 +01:00
Konrad Dybcio
f1148d3491
dt-bindings: pinctrl: qcom,qcm2290-tlmm: Allow input-enable
...
Allow the common input-enable. This was missed with the
initial submission.
Fixes: 5147022214 ("dt-bindings: pinctrl: qcom: Add QCM2290 pinctrl bindings")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org >
Acked-by: Shawn Guo <shawn.guo@linaro.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230314222705.2940258-1-konrad.dybcio@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 22:04:29 +01:00
Devi Priya
5b63ccb69e
dt-bindings: pinctrl: qcom: Add support for IPQ9574
...
Add new binding document for pinctrl on IPQ9574
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Co-developed-by: Anusha Rao <quic_anusha@quicinc.com >
Signed-off-by: Anusha Rao <quic_anusha@quicinc.com >
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com >
Link: https://lore.kernel.org/r/20230316072940.29137-4-quic_devipriy@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:59:59 +01:00
Danila Tikhonov
709d60b5df
dt-bindings: pinctrl: qcom: Add SM7150 pinctrl binding
...
Add device tree binding Documentation details for Qualcomm SM7150
TLMM device
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230311212114.108870-2-danila@jiaxyga.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:51:17 +01:00
Arınç ÜNAL
565afac7a3
dt-bindings: pinctrl: mediatek: mt7620: split binding
...
The MT7628 and MT7688 SoCs contain different pin muxing information,
therefore, should be split. This can be done now that there are compatible
strings to distinguish them from other SoCs.
Split the schema out to mediatek,mt76x8-pinctrl.yaml.
Remove mediatek,mt76x8-pinctrl from mt7620.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-21-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:26 +01:00
Arınç ÜNAL
5c7daf4a06
dt-bindings: pinctrl: ralink: rt305x: split binding
...
The RT3352 and RT5350 SoCs each contain different pin muxing information,
therefore, should be split. This can be done now that there are compatible
strings to distinguish them from other SoCs.
Split the schema out to ralink,rt3352-pinctrl.yaml and
ralink,rt5350-pinctrl.yaml.
Remove ralink,rt3352-pinctrl and ralink,rt5350-pinctrl from rt305x.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-20-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:26 +01:00
Arınç ÜNAL
4b8efbae17
dt-bindings: pinctrl: mediatek: mt7986: fix patternProperties regex
...
Set second level patternProperties to '^.*mux.*$' and '^.*conf.*$' on
mediatek,mt7986-pinctrl.yaml to be on par with other schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-19-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:26 +01:00
Arınç ÜNAL
6a735ad501
dt-bindings: pinctrl: mediatek: drop quotes from referred schemas
...
Drop the quotes from the referred schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-18-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
03af785ee2
dt-bindings: pinctrl: mediatek: fix pinmux header location
...
Fix the location of the pinmux header files mentioned on the schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-17-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
c911ad22a8
dt-bindings: pinctrl: {mediatek,ralink}: fix formatting
...
Change the style of description properties to plain style where there's no
need to preserve the line endings, and vice versa.
Fix capitalisation and indentation.
Fit the schemas to 80 columns for each line.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-16-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
a9d44c4cc0
dt-bindings: pinctrl: mediatek: fix naming inconsistency
...
Some schemas include "MediaTek", some "Mediatek". Rename all to "MediaTek"
to address the naming inconsistency.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-15-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
1d45ecb05a
dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl
...
Rename pinctrl-mt8195.yaml to mediatek,mt8195-pinctrl.yaml to be on par
with the compatible string and other mediatek dt-binding schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-14-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
0dcf5a56bd
dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl
...
Rename pinctrl-mt8192.yaml to mediatek,mt8192-pinctrl.yaml to be on par
with the compatible string and other mediatek dt-binding schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-13-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
ff01f75368
dt-bindings: pinctrl: mediatek: mt8186: rename to mediatek,mt8186-pinctrl
...
Rename pinctrl-mt8186.yaml to mediatek,mt8186-pinctrl.yaml to be on par
with the compatible string and other mediatek dt-binding schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-12-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
a22452afa8
dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl
...
Rename mediatek,pinctrl-mt6795.yaml to mediatek,mt6795-pinctrl.yaml to be
on par with the compatible string and other mediatek dt-binding schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Acked-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-11-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
9c5ade5a73
dt-bindings: pinctrl: ralink: {mt7620,mt7621}: rename to mediatek
...
Rename schemas of pin controllers for MediaTek MT7620 and MT7621 SoCs to be
on par with other pin controllers for MediaTek SoCs.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-10-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
0b91c8aa69
dt-bindings: pinctrl: ralink: add new compatible strings
...
Add the new compatible strings for mt7620, mt76x8, and rt305x to be able to
properly document the pin muxing information of each SoC, or SoCs that use
the same pinmux data.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-9-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
6c011cc410
dt-bindings: pinctrl: ralink: drop quotes from referred schemas
...
Drop the quotes from the referred schemas.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-8-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Arınç ÜNAL
e19e35a852
dt-bindings: pinctrl: ralink: move additionalProperties to top
...
Move additionalProperties to the top. It's easier to read than after a long
indented section.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20230317213011.13656-7-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2023-03-19 21:47:25 +01:00
Stefan Wahren
f9dbd94ba8
dt-bindings: iio: st-sensors: Add IIS328DQ accelerometer
...
The ST IIS328DQ is an accelerometer sensor, which is compatible with
the already supported ST H3LIS331DL. So add the new compatible
with a fallback to the ST sensor binding.
Link: https://lore.kernel.org/linux-iio/2bac9ecf-9d2e-967e-9020-1c950487d781@i2se.com/
Suggested-by: Jonathan Cameron <jic23@kernel.org >
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230317103323.7741-5-stefan.wahren@chargebyte.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
2023-03-19 15:41:22 +00:00
Alex Elder
0de10fd6eb
dt-bindings: net: qcom,ipa: add SDX65 compatible
...
Add support for SDX65, which uses IPA v5.0.
Reviewed-by: Simon Horman <simon.horman@corigine.com >
Signed-off-by: Alex Elder <elder@linaro.org >
Link: https://lore.kernel.org/r/20230315194305.1647311-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org >
2023-03-17 22:32:32 -07:00
Rob Herring
0415d5a010
dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema
...
Convert Freescale CAAM/SEC4 binding to DT schema format. The
'fsl,sec-v4.0' and 'fsl,sec-v4.0-mon' parts are independent, so split
them into separate schema files.
Add a bunch of missing compatibles for v5.0, v5.4, etc. Drop unused
'ranges', '#address-cells', and '#size-cells' from fsl,sec-v4.0-mon nodes.
There's one DTB warning for LS1012a which has a 2nd 'reg' entry for
'fsl,sec-v4.0-rtic'. Leaving that as there is no clue as to what it is for.
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com >
Reviewed-by: Peng Fan <peng.fan@nxp.com >
Link: https://lore.kernel.org/r/20230220213334.353779-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org >
2023-03-17 16:31:20 -05:00
Janne Grunau
fe8f1a2e9b
dt-bindings: dma: apple,admac: Add t8112-admac compatible
...
The block found on Apple's M2 SoC is compatible with the existing driver
so add its per-SoC compatible.
Acked-by: Vinod Koul <vkoul@kernel.org >
Acked-by: Martin Povišer <povik+lin@cutebit.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Janne Grunau <j@jannau.net >
Link: https://lore.kernel.org/r/20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2023-03-17 23:17:38 +05:30
Biju Das
5aaf9079d7
dt-bindings: dma: rz-dmac: Document clock-names and reset-names
...
Document clock-names and reset-names properties as we have multiple
clocks and resets.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230315064726.22739-1-biju.das.jz@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2023-03-17 22:57:12 +05:30
Konrad Dybcio
4a69516f97
dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
...
Add a compatible for the single GPI DMA controller on QCM2290. It uses
the same 0x10000 offset as SM6350.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org >
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org >
Link: https://lore.kernel.org/r/20230314-topic-2290_compats-v1-2-47e26c3c0365@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2023-03-17 22:53:49 +05:30
Krzysztof Kozlowski
47df94faa5
ASoC: dt-bindings: renesas: rsnd: correct comments syntax
...
yamllint expect space after '#' comment mark:
renesas,rsnd.yaml:282:4: [error] missing starting space in comment (comments)
Fixes: 7f8b5b24bb ("ASoC: dt-bindings: renesas,rsnd.yaml: add R-Car Gen4 support")
Reported-by: Rafał Miłecki <zajec5@gmail.com >
Link: https://lore.kernel.org/all/b2810924-169d-0bad-8f20-6ec2e683d170@gmail.com/
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230317082137.12629-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-17 13:06:06 +00:00
Krzysztof Kozlowski
b36bf72157
ASoC: dt-bindings: adi,adau17x1: fix indentation and example
...
Fix errors in binding indentation and example:
adi,adau17x1.yaml:8:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
adi,adau17x1.example.dts:29.3-30.1 syntax error
Fixes: 87771c9402 ("ASoC: dt-bindings: adi,adau17x1: Convert to DT schema")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230317092900.16770-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-17 13:06:05 +00:00
Dmitry Torokhov
d26a3a6ce7
Merge tag 'v6.3-rc2' into next
...
Merge with mainline to get of_property_present() and other newer APIs.
2023-03-17 04:01:30 -07:00
Siddharth Vadapalli
e0c9c2a7dd
dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G support
...
Update bindings for TI K3 J784S4 SoC which contains 9 ports (8 external
ports) CPSW9G module and add compatible for it.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2023-03-17 08:01:34 +00:00
Siddharth Vadapalli
40235edead
dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
...
Reorder compatibles to follow alphanumeric order.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2023-03-17 08:01:34 +00:00
Rafał Miłecki
820d7550a9
dt-bindings: leds: Add "usbport" trigger
...
Linux's "usbport" trigger is a bit specific one. It allows LED to follow
state of multiple USB ports which have to be selected additionally
(there isn't a single trigger for each port).
Default list of USB ports to monitor can be specified using
"trigger-sources" DT property. Theoretically it should be possible for
Linux to deduce applicable trigger based on the references nodes in the
"trigger-sources". It hasn't been implemented however (probably due to
laziness).
Milk spilled - we already have DT files specifying "usbport" manually -
allow that value in the binding. This fixes validation of in-kernel and
external DT files.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl >
Signed-off-by: Lee Jones <lee@kernel.org >
Link: https://lore.kernel.org/r/20230316135546.9162-1-zajec5@gmail.com
2023-03-16 15:32:53 +00:00
Fenglin Wu
1aeff62168
dt-bindings: leds: Add QCOM flash LED controller
...
Add binding document for flash LED module inside Qualcomm Technologies,
Inc. PMICs.
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Lee Jones <lee@kernel.org >
Link: https://lore.kernel.org/r/20230303095023.538917-3-quic_fenglinw@quicinc.com
2023-03-16 15:08:51 +00:00
Manivannan Sadhasivam
e91a4d5deb
dt-bindings: leds: Document commonly used LED triggers
...
Document the commonly used LED triggers by the SoCs. Not all triggers
are documented as some of them are very application specific. Most of the
triggers documented here are currently used in devicetrees of many SoCs.
While at it, add missing comments and also place the comment above the
triggers (hci, mmc, wlan) to match the rest of the binding.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Lee Jones <lee@kernel.org >
Link: https://lore.kernel.org/r/20230303122925.6610-1-manivannan.sadhasivam@linaro.org
2023-03-16 15:08:42 +00:00
Otabek Nazrullaev
1d8777d21f
ASoC: dt-bindings: maxim,max9759: Convert to DT schema.
...
Convert Maxim MAX9759 Speaker Amplifier bindings to DT schema.
Add missing gpio header file into examples section
Signed-off-by: Otabek Nazrullaev <otabeknazrullaev1998@gmail.com >
Cc: Daniel Baluta <daniel.baluta@nxp.com >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230315173404.7215-1-otabeknazrullaev1998@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2023-03-16 11:51:12 +00:00