]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: dt-bindings: Fix RT5677 "realtek,gpio-config" type
authorRob Herring (Arm) <robh@kernel.org>
Fri, 12 Jun 2026 21:49:11 +0000 (16:49 -0500)
committerMark Brown <broonie@kernel.org>
Sun, 14 Jun 2026 00:03:38 +0000 (01:03 +0100)
commit4346d91cfa47b0d9303533edde8acd33e4b9ca40
tree9470aabfd2664f0f1aed623e8973c2bda07b9aec
parentfc408ab6e9cd76ad0c9638642d56ba05ab447d79
ASoC: dt-bindings: Fix RT5677 "realtek,gpio-config" type

"realtek,gpio-config" is described as six 8-bit GPIO configuration
values, and the RT5677 driver stores and reads those values as bytes.
The binding incorrectly documented the property as a uint32 array.

Document "realtek,gpio-config" as a uint8-array so the generated
schema matches the hardware definition and the existing driver helper.

Assisted-by: Codex:gpt-5-5
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260612214911.1883234-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/realtek,rt5677.yaml