Message ID | 20241226063313.3267515-11-damon.ding@rock-chips.com |
---|---|
State | Superseded |
Headers | show |
Series | Add eDP support for RK3588 | expand |
On Thu, Dec 26, 2024 at 02:33:06PM +0800, Damon Ding wrote: > According to Documentation/devicetree/bindings/display/dp-aux-bus.yaml, > it is a good way to get panel through the DP AUX bus. > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Damon Ding <damon.ding@rock-chips.com> > > Changes in v4: > - Move the dt-bindings commit before related driver commits Changelog does not go to commit msg. Please run scripts/checkpatch.pl and fix reported warnings. After that, run also and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Best regards, Krzysztof
Hi Krzysztof, On 2024/12/27 15:53, Krzysztof Kozlowski wrote: > On Thu, Dec 26, 2024 at 02:33:06PM +0800, Damon Ding wrote: >> According to Documentation/devicetree/bindings/display/dp-aux-bus.yaml, >> it is a good way to get panel through the DP AUX bus. >> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Signed-off-by: Damon Ding <damon.ding@rock-chips.com> >> >> Changes in v4: >> - Move the dt-bindings commit before related driver commits > > > Changelog does not go to commit msg. > > Please run scripts/checkpatch.pl and fix reported warnings. After that, > run also and (probably) fix more warnings. Some warnings can be > ignored, especially from --strict run, but the code here looks like it > needs a fix. Feel free to get in touch if the warning is not clear. > Indeed, the commit msg will be fixed in next version. Best regards Damon
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml index 200703905b29..e0434cc6e43a 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml @@ -46,6 +46,9 @@ properties: description: This SoC makes use of GRF regs. + aux-bus: + $ref: /schemas/display/dp-aux-bus.yaml# + required: - compatible - clocks