On 7/18/23 01:07, Viktar Simanenka wrote: > Support for common monochrome LCD displays based on PCD8544 (such as Nokia 5110/3310 LCD) SPI controlled displays. > > Signed-off-by: Viktar Simanenka <viteosen@xxxxxxxxx> > --- > .../bindings/display/philips,pcd8544.yaml | 92 ++++ > drivers/gpu/drm/tiny/Kconfig | 11 + > drivers/gpu/drm/tiny/pcd8544.c | 506 ++++++++++++++++++ > 3 files changed, 609 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/philips,pcd8544.yaml > create mode 100644 drivers/gpu/drm/tiny/pcd8544.c Why is there no change to the Makefile? -- ~Randy