ARM: dts: da850: rename the display node label
The tilcdc node name is 'display' as per the ePAPR 1.1 recommendation. The label is also 'display', but change it to 'lcdc' to make it clear what the underlying hardware is. Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
e3d9e1eb5e
commit
c1f7de04c7
|
@ -458,7 +458,7 @@
|
|||
dma-names = "tx", "rx";
|
||||
};
|
||||
|
||||
display: display@213000 {
|
||||
lcdc: display@213000 {
|
||||
compatible = "ti,da850-tilcdc";
|
||||
reg = <0x213000 0x1000>;
|
||||
interrupts = <52>;
|
||||
|
|
Loading…
Reference in New Issue