mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
media: dt-bindings: update clocks for sc7280-camss
Update clock names to make them consistent with existing platform i.e qcom,sc8280xp-camss.yaml. Rename gcc_cam_hf_axi to gcc_axi_hf and add gcc_axi_sf. gcc_camera_ahb is always on and we don't need to enable it explicitly. gcc_axi_sf is added to avoid unexpected hardware behaviour. This change will not break ABI because the ABI hasn't been cemented yet as the dtsi changes are not merged yet and there are no users for this driver as of now. Signed-off-by: Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
2014c95afe
commit
097372fb5c
|
|
@ -55,8 +55,8 @@ properties:
|
|||
- const: csiphy3_timer
|
||||
- const: csiphy4
|
||||
- const: csiphy4_timer
|
||||
- const: gcc_camera_ahb
|
||||
- const: gcc_cam_hf_axi
|
||||
- const: gcc_axi_hf
|
||||
- const: gcc_axi_sf
|
||||
- const: icp_ahb
|
||||
- const: vfe0
|
||||
- const: vfe0_axi
|
||||
|
|
@ -310,8 +310,8 @@ examples:
|
|||
<&camcc CAM_CC_CSI3PHYTIMER_CLK>,
|
||||
<&camcc CAM_CC_CSIPHY4_CLK>,
|
||||
<&camcc CAM_CC_CSI4PHYTIMER_CLK>,
|
||||
<&gcc GCC_CAMERA_AHB_CLK>,
|
||||
<&gcc GCC_CAMERA_HF_AXI_CLK>,
|
||||
<&gcc GCC_CAMERA_SF_AXI_CLK>,
|
||||
<&camcc CAM_CC_ICP_AHB_CLK>,
|
||||
<&camcc CAM_CC_IFE_0_CLK>,
|
||||
<&camcc CAM_CC_IFE_0_AXI_CLK>,
|
||||
|
|
@ -343,8 +343,8 @@ examples:
|
|||
"csiphy3_timer",
|
||||
"csiphy4",
|
||||
"csiphy4_timer",
|
||||
"gcc_camera_ahb",
|
||||
"gcc_cam_hf_axi",
|
||||
"gcc_axi_hf",
|
||||
"gcc_axi_sf",
|
||||
"icp_ahb",
|
||||
"vfe0",
|
||||
"vfe0_axi",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user