mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
606b532893
PD#SWPL-209213 Problem: there're sysfs node in below cases, if not used properly by system layer, will cause unexpected result 1.sysfs node not used for flow control, only used for debug 2.sysfs node already replaced by drm property Solution: remove unnecessary sysfs node, move the read interface to procfs dump, and move the write interface to debug node Verify: ross, adt4 Test: DRM-TX-38 Change-Id: I81380ea55e42ad7bbc721b1e91e51d5e4d421771 Signed-off-by: hang cheng <hang.cheng@amlogic.com>