Home
last modified time | relevance | path

Searched full:tda998x (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dtda998x.txt1 Device-Tree bindings for the NXP TDA998x HDMI transmitter
4 - compatible: must be "nxp,tda998x"
22 output is wired to the TDA998x input - default: <0x230145>
26 The second value defines the tda998x AP_ENA reg content when the DAI
31 gpio used for the TDA998x interrupt pin.
34 [2] include/dt-bindings/display/tda998x.h
38 #include <dt-bindings/display/tda998x.h>
40 tda998x: hdmi-encoder {
41 compatible = "nxp,tda998x";
H A Dnxp,tda998x.yaml4 $id: http://devicetree.org/schemas/display/bridge/nxp,tda998x.yaml#
7 title: NXP TDA998x HDMI transmitter
14 const: nxp,tda998x
28 the TDA998x input.
42 (see include/dt-bindings/display/tda998x.h).
45 The second value defines the tda998x AP_ENA reg content when the
56 TDA998x interrupt pin.
88 #include <dt-bindings/display/tda998x.h>
95 tda998x: hdmi-encoder@70 {
96 compatible = "nxp,tda998x";
[all...]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-boneblack-hdmi.dtsi6 #include <dt-bindings/display/tda998x.h>
72 compatible = "nxp,tda998x";
H A Dam335x-osd3358-sm-red.dts15 #include <dt-bindings/display/tda998x.h>
58 compatible = "nxp,tda998x";
H A Dam335x-myirtech-myd.dts10 #include <dt-bindings/display/tda998x.h>
157 compatible = "nxp,tda998x";
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,hdlcd.yaml80 compatible = "nxp,tda998x";
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a774c0-cat874.dts11 #include <dt-bindings/display/tda998x.h>
233 compatible = "nxp,tda998x";
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dtilcdc.txt70 compatible = "nxp,tda998x";
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-udoo-neo.dtsi193 compatible = "nxp,tda998x";
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi918 compatible = "nxp,tda998x";
928 compatible = "nxp,tda998x";
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c416 if (!ofw_bus_is_compatible(dev, "nxp,tda998x")) in tda19988_probe()