armv8_big_little.dts (11569:2eae1dfaa791) armv8_big_little.dts (12761:effd14bda656)
1/*
2 * Copyright (c) 2015-2016 ARM Limited
3 * All rights reserved
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 96 unchanged lines hidden (view full) ---

105 #else
106 #error Missing configuration section
107 #endif
108 };
109
110 virt-encoder {
111 compatible = "drm,virtual-encoder";
112 port {
1/*
2 * Copyright (c) 2015-2016 ARM Limited
3 * All rights reserved
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 96 unchanged lines hidden (view full) ---

105 #else
106 #error Missing configuration section
107 #endif
108 };
109
110 virt-encoder {
111 compatible = "drm,virtual-encoder";
112 port {
113 hdlcd0_virt_input: endpoint@0 {
114 remote-endpoint = <&hdlcd0_output>;
113 dp0_virt_input: endpoint@0 {
114 remote-endpoint = <&dp0_output>;
115 };
116 };
117
118 display-timings {
119 native-mode = <&timing0>;
120
121 timing0: timing_1080p60 {
122 /* 1920x1080-60 */

--- 6 unchanged lines hidden (view full) ---

129 vfront-porch = <36>;
130 vback-porch = <4>;
131 vsync-len = <5>;
132 };
133 };
134 };
135};
136
115 };
116 };
117
118 display-timings {
119 native-mode = <&timing0>;
120
121 timing0: timing_1080p60 {
122 /* 1920x1080-60 */

--- 6 unchanged lines hidden (view full) ---

129 vfront-porch = <36>;
130 vback-porch = <4>;
131 vsync-len = <5>;
132 };
133 };
134 };
135};
136
137&hdlcd0 {
137&dp0 {
138 status = "ok";
139
140 port {
138 status = "ok";
139
140 port {
141 hdlcd0_output: endpoint@0 {
142 remote-endpoint = <&hdlcd0_virt_input>;
141 dp0_output: endpoint@0 {
142 remote-endpoint = <&dp0_virt_input>;
143 };
144 };
145};
146
147
143 };
144 };
145};
146
147