lkml.org 
[lkml]   [2018]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 20/21] arm64: dts: allwinner: a64: pine64: Enable HDMI output
    Date
    Enable HDMI output on pine64 board.

    Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
    ---
    .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 26 ++++++++++++++++++++++
    1 file changed, 26 insertions(+)

    diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
    index a75825798a71..a4ec0900a885 100644
    --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
    +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
    @@ -62,6 +62,21 @@
    chosen {
    stdout-path = "serial0:115200n8";
    };
    +
    + connector {
    + compatible = "hdmi-connector";
    + type = "a";
    +
    + port {
    + hdmi_con_in: endpoint {
    + remote-endpoint = <&hdmi_out_con>;
    + };
    + };
    + };
    +};
    +
    +&de {
    + status = "okay";
    };

    &ehci0 {
    @@ -82,6 +97,17 @@

    };

    +&hdmi {
    + hvcc-supply = <&reg_dldo1>;
    + status = "okay";
    +};
    +
    +&hdmi_out {
    + hdmi_out_con: endpoint {
    + remote-endpoint = <&hdmi_con_in>;
    + };
    +};
    +
    &i2c1 {
    pinctrl-names = "default";
    pinctrl-0 = <&i2c1_pins>;
    --
    2.14.3
    \
     
     \ /
      Last update: 2018-04-30 13:44    [W:4.021 / U:0.956 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site