diff options
author | Bartosz Golaszewski <[email protected]> | 2016-12-13 11:09:15 +0100 |
---|---|---|
committer | Sekhar Nori <[email protected]> | 2017-01-02 16:34:01 +0530 |
commit | c1f7de04c72a66c68250ac0a31dc26a70ddb855e (patch) | |
tree | 3eee6831f1450c896fbd764d1651ed2ff1144c7d | |
parent | e3d9e1eb5ebd8d91bb43bfe1dfeaf6d10dc882cb (diff) |
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 <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 104155d12c2f..6b0ef3daf9d4 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -458,7 +458,7 @@ dma-names = "tx", "rx"; }; - display: display@213000 { + lcdc: display@213000 { compatible = "ti,da850-tilcdc"; reg = <0x213000 0x1000>; interrupts = <52>; |