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

dt-bindings: msm/mdp4: Create a separate binding doc for MDP4

MDP4 and MDP5 vary a bit in terms of device hierarchy and the properties
they require. Rename the binding doc to mdp4.txt and remove MDP5 specific
pieces. A separate document will be created for MDP5

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>

authored by

Archit Taneja and committed by
Rob Clark
acc58caa 32280d66

+12 -15
+12 -15
Documentation/devicetree/bindings/display/msm/mdp.txt Documentation/devicetree/bindings/display/msm/mdp4.txt
··· 1 - Qualcomm adreno/snapdragon display controller 1 + Qualcomm adreno/snapdragon MDP4 display controller 2 + 3 + Description: 4 + 5 + This is the bindings documentation for the MDP4 display controller found in 6 + SoCs like MSM8960, APQ8064 and MSM8660. 2 7 3 8 Required properties: 4 9 - compatible: 5 10 * "qcom,mdp4" - mdp4 6 - * "qcom,mdp5" - mdp5 7 11 - reg: Physical base address and length of the controller's registers. 8 12 - interrupts: The interrupt signal from the display controller. 9 13 - connectors: array of phandles for output device(s) 10 14 - clocks: device clocks 11 15 See ../clocks/clock-bindings.txt for details. 12 16 - clock-names: the following clocks are required. 13 - For MDP4: 14 - * "core_clk" 15 - * "iface_clk" 16 - * "bus_clk" 17 - * "lut_clk" 18 - * "hdmi_clk" 19 - * "tv_clk" 20 - For MDP5: 21 - * "bus_clk" 22 - * "iface_clk" 23 - * "core_clk" 24 - * "lut_clk" (some MDP5 versions may not need this) 25 - * "vsync_clk" 17 + * "core_clk" 18 + * "iface_clk" 19 + * "bus_clk" 20 + * "lut_clk" 21 + * "hdmi_clk" 22 + * "tv_clk" 26 23 27 24 Optional properties: 28 25 - gpus: phandle for gpu device