Message ID | 1426054733-54378-1-git-send-email-ck.hu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
2015-03-11 7:18 GMT+01:00 CK Hu <ck.hu@mediatek.com>: > Add devicetree bindings for IT6151 MIPI to eDP bridge chip driver. > > Signed-off-by: CK Hu <ck.hu@mediatek.com> > Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Please use scripts/get_maintainer.pl for all people to which send the next version of the patch set. Thanks, Matthias > --- > Documentation/devicetree/bindings/drm/bridge/it6151.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 Documentation/devicetree/bindings/drm/bridge/it6151.txt > > diff --git a/Documentation/devicetree/bindings/drm/bridge/it6151.txt b/Documentation/devicetree/bindings/drm/bridge/it6151.txt > new file mode 100644 > index 0000000..ad0ad60 > --- /dev/null > +++ b/Documentation/devicetree/bindings/drm/bridge/it6151.txt > @@ -0,0 +1,15 @@ > +it6151 bridge bindings > + > +Required properties: > + - compatible: "ite,it6151" > + - reg: i2c address of the bridge's dp tx. > + - rxreg: i2c address of the bridge's mipi rx. > + - reset-gpio: OF device-tree gpio specification > + > +Example: > + ite6151: edp-bridge@5c { > + compatible = "ite,it6151"; > + reg = <0x5c>; > + rxreg = <0x6c>; > + reset-gpio = <&pio 94 GPIO_ACTIVE_HIGH>; > + }; > -- > 1.8.1.1.dirty > > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
diff --git a/Documentation/devicetree/bindings/drm/bridge/it6151.txt b/Documentation/devicetree/bindings/drm/bridge/it6151.txt new file mode 100644 index 0000000..ad0ad60 --- /dev/null +++ b/Documentation/devicetree/bindings/drm/bridge/it6151.txt @@ -0,0 +1,15 @@ +it6151 bridge bindings + +Required properties: + - compatible: "ite,it6151" + - reg: i2c address of the bridge's dp tx. + - rxreg: i2c address of the bridge's mipi rx. + - reset-gpio: OF device-tree gpio specification + +Example: + ite6151: edp-bridge@5c { + compatible = "ite,it6151"; + reg = <0x5c>; + rxreg = <0x6c>; + reset-gpio = <&pio 94 GPIO_ACTIVE_HIGH>; + };