On Mon, 15 Nov 2021 20:21:48 +0000, Sean Paul wrote: > From: Sean Paul <[email protected]> > > This patch adds the bindings for the MSM DisplayPort HDCP registers > which are required to write the HDCP key into the display controller as > well as the registers to enable HDCP authentication/key > exchange/encryption. > > We'll use a new compatible string for this since the fields are optional. > > Cc: Rob Herring <[email protected]> > Cc: Stephen Boyd <[email protected]> > Signed-off-by: Sean Paul <[email protected]> > Link: > https://patchwork.freedesktop.org/patch/msgid/[email protected] > #v1 > Link: > https://patchwork.freedesktop.org/patch/msgid/[email protected] > #v2 > Link: > https://patchwork.freedesktop.org/patch/msgid/[email protected] > #v3 > Link: > https://patchwork.freedesktop.org/patch/msgid/[email protected] > #v4 > > Changes in v2: > -Drop register range names (Stephen) > -Fix yaml errors (Rob) > Changes in v3: > -Add new compatible string for dp-hdcp > -Add descriptions to reg > -Add minItems/maxItems to reg > -Make reg depend on the new hdcp compatible string > Changes in v4: > -Rebase on Bjorn's multi-dp patchset > Changes in v4.5: > -Remove maxItems from reg (Rob) > -Remove leading zeros in example (Rob) > --- > .../devicetree/bindings/display/msm/dp-controller.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) >
Reviewed-by: Rob Herring <[email protected]>
