boards: shields: waveshare_epaper: fix mismatch in compatible property
renamed gooddisplay,gdew042t2 to gooddisplay,gdew075t7 as like the shield device file name. Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
This commit is contained in:
parent
6f8ee2cdf7
commit
346c485a88
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
&arduino_spi {
|
||||
uc8179: uc8179@0 {
|
||||
compatible = "gooddisplay,gdew042t2", "ultrachip,uc8179";
|
||||
compatible = "gooddisplay,gdew075t7", "ultrachip,uc8179";
|
||||
spi-max-frequency = <4000000>;
|
||||
reg = <0>;
|
||||
width = <800>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue