armbian-build/patch/kernel/archive/station-5.17/00-v5-01-23-drm-encoder-Add-of_graph-port-to-struct-drm_encoder.patch
Oleg 03ef96715e
fix emmc nano-pc-t4 (#3557)
* fix emmc nano-pc-t4
* fix node and del not used patch
2022-03-25 20:51:03 +01:00

14 lines
344 B
Diff

diff --git a/include/drm/drm_encoder.h b/include/drm/drm_encoder.h
index 6e91a0280f31..3acd054b1eb3 100644
--- a/include/drm/drm_encoder.h
+++ b/include/drm/drm_encoder.h
@@ -99,6 +99,8 @@ struct drm_encoder {
struct drm_device *dev;
struct list_head head;
+ struct device_node *port;
+
struct drm_mode_object base;
char *name;
/**