diff options
author | Alex Bee <knaerzche@gmail.com> | 2024-05-09 16:06:47 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-05-28 11:53:42 +0200 |
commit | 9bb3d9ad3e19f16efc34f427a58e480424c56a16 (patch) | |
tree | 5e3d5aa9abd6c1355c3b092aea580d4ee197134c /Documentation/devicetree/bindings/display | |
parent | drm/sun4i: hdmi: Switch to HDMI connector (diff) | |
download | linux-9bb3d9ad3e19f16efc34f427a58e480424c56a16.tar.xz linux-9bb3d9ad3e19f16efc34f427a58e480424c56a16.zip |
dt-bindings: display: rockchip,dw-mipi-dsi: Document RK3128 DSI
Document the MIPI DSI controller for Rockchip RK3128. The integration is
similar to PX30 so it's bindings-constraints can be re-used.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240509140653.168591-2-knaerzche@gmail.com
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml index ccf79e738fa1..ccd71c5324af 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml @@ -15,6 +15,7 @@ properties: items: - enum: - rockchip,px30-mipi-dsi + - rockchip,rk3128-mipi-dsi - rockchip,rk3288-mipi-dsi - rockchip,rk3399-mipi-dsi - rockchip,rk3568-mipi-dsi @@ -77,6 +78,7 @@ allOf: contains: enum: - rockchip,px30-mipi-dsi + - rockchip,rk3128-mipi-dsi - rockchip,rk3568-mipi-dsi - rockchip,rv1126-mipi-dsi |