Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display/msm/dsi-phy: Add header with exposed clock IDs

DSI phys, from earliest (28 nm) up to newest (3 nm) generation, provide
two clocks. The respective clock ID is used by drivers and DTS, so it
should be documented as explicit ABI.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/634146/
Link: https://lore.kernel.org/r/20250127132105.107138-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Dmitry Baryshkov
d1f28e30 41921f23

+12
+2
Documentation/devicetree/bindings/display/msm/dsi-phy-common.yaml
··· 15 15 properties: 16 16 "#clock-cells": 17 17 const: 1 18 + description: 19 + See include/dt-bindings/clock/qcom,dsi-phy-28nm.h for clock IDs. 18 20 19 21 "#phy-cells": 20 22 const: 0
+1
MAINTAINERS
··· 7392 7392 F: Documentation/devicetree/bindings/display/msm/ 7393 7393 F: drivers/gpu/drm/ci/xfails/msm* 7394 7394 F: drivers/gpu/drm/msm/ 7395 + F: include/dt-bindings/clock/qcom,dsi-phy-28nm.h 7395 7396 F: include/uapi/drm/msm_drm.h 7396 7397 7397 7398 DRM DRIVER FOR NOVATEK NT35510 PANELS
+9
include/dt-bindings/clock/qcom,dsi-phy-28nm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 2 + 3 + #ifndef _DT_BINDINGS_CLK_QCOM_DSI_PHY_28NM_H 4 + #define _DT_BINDINGS_CLK_QCOM_DSI_PHY_28NM_H 5 + 6 + #define DSI_BYTE_PLL_CLK 0 7 + #define DSI_PIXEL_PLL_CLK 1 8 + 9 + #endif