summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/colibri-imx8x_parallel-rgb_overlay.dts26
1 files changed, 0 insertions, 26 deletions
diff --git a/overlays/colibri-imx8x_parallel-rgb_overlay.dts b/overlays/colibri-imx8x_parallel-rgb_overlay.dts
index 0a43d5e..1b48277 100644
--- a/overlays/colibri-imx8x_parallel-rgb_overlay.dts
+++ b/overlays/colibri-imx8x_parallel-rgb_overlay.dts
@@ -1,9 +1,5 @@
// Enable the parallel RGB interface on Colibri iMX8X
-#include "dt-bindings/gpio/gpio.h"
-#include "dt-bindings/pinctrl/pads-imx8qxp.h"
-#include "dt-bindings/pwm/pwm.h"
-
/dts-v1/;
/plugin/;
/ {
@@ -19,35 +15,13 @@
};
&backlight {
- brightness-levels = <0 45 63 88 119 158 203 255>;
- default-brightness-level = <4>;
- power-supply = <&reg_3v3>;
- pwms = <&adma_pwm 0 6666667 PWM_POLARITY_INVERTED>;
status = "okay";
};
&display_lcdif {
status = "okay";
-
- #address-cells = <1>;
- #size-cells = <0>;
-
- port@1 {
- reg = <1>;
-
- lcd_display_out: endpoint {
- remote-endpoint = <&lcd_panel_in>;
- };
- };
};
&panel_dpi {
status = "okay";
-
- port {
- lcd_panel_in: endpoint {
- remote-endpoint = <&lcd_display_out>;
- };
- };
};
-