Message ID | 20230911142556.64108-1-afd@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: mfd: syscon: Add ti,am654-dss-oldi-io-ctrl compatible | expand |
On 11/09/2023 16:25, Andrew Davis wrote: > Add TI DSS OLDI-IO control registers compatible. This is a region of 5 > 32bit registers found in the TI AM65 CTRL_MMR0 register space[0]. They > are used to control the characteristics of the OLDI DATA/CLK IO as needed > by the DSS display controller node. > > [0] https://www.ti.com/lit/pdf/spruid7 > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 11/09/23 09:25, Andrew Davis wrote: > Add TI DSS OLDI-IO control registers compatible. This is a region of 5 > 32bit registers found in the TI AM65 CTRL_MMR0 register space[0]. They > are used to control the characteristics of the OLDI DATA/CLK IO as needed > by the DSS display controller node. > > [0] https://www.ti.com/lit/pdf/spruid7 > > Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Aradhya Bhatia <a-bhatia1@ti.com> > --- > > Changes for v2: > - Use device specific compatible string > > Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml > index 8103154bbb529..ab7e26c3469af 100644 > --- a/Documentation/devicetree/bindings/mfd/syscon.yaml > +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml > @@ -69,6 +69,7 @@ properties: > - rockchip,rk3588-qos > - rockchip,rv1126-qos > - starfive,jh7100-sysmain > + - ti,am654-dss-oldi-io-ctrl > > - const: syscon >
On Mon, 11 Sep 2023 09:25:55 -0500, Andrew Davis wrote: > Add TI DSS OLDI-IO control registers compatible. This is a region of 5 > 32bit registers found in the TI AM65 CTRL_MMR0 register space[0]. They > are used to control the characteristics of the OLDI DATA/CLK IO as needed > by the DSS display controller node. > > [0] https://www.ti.com/lit/pdf/spruid7 > > [...] Applied, thanks! [1/2] dt-bindings: mfd: syscon: Add ti,am654-dss-oldi-io-ctrl compatible commit: 9cfffe6a730feea95e7bc827537f5b0a2931171c -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index 8103154bbb529..ab7e26c3469af 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -69,6 +69,7 @@ properties: - rockchip,rk3588-qos - rockchip,rv1126-qos - starfive,jh7100-sysmain + - ti,am654-dss-oldi-io-ctrl - const: syscon
Add TI DSS OLDI-IO control registers compatible. This is a region of 5 32bit registers found in the TI AM65 CTRL_MMR0 register space[0]. They are used to control the characteristics of the OLDI DATA/CLK IO as needed by the DSS display controller node. [0] https://www.ti.com/lit/pdf/spruid7 Signed-off-by: Andrew Davis <afd@ti.com> --- Changes for v2: - Use device specific compatible string Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + 1 file changed, 1 insertion(+)