diff mbox

ARM: dts: pxa: add label to lcd controller node

Message ID 20180623193745.12605-1-daniel@zonque.org (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Mack June 23, 2018, 7:37 p.m. UTC
So it can be referenced and filled with more details from board files.

Signed-off-by: Daniel Mack <daniel@zonque.org>
---
 arch/arm/boot/dts/pxa2xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Robert Jarzmik June 25, 2018, 7:41 p.m. UTC | #1
Daniel Mack <daniel@zonque.org> writes:

> So it can be referenced and filled with more details from board files.
>
> Signed-off-by: Daniel Mack <daniel@zonque.org>
Applied to pxa/dt.

Cheers.

--
Robert
diff mbox

Patch

diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index e4ebcde17837..a520b4c14ea9 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -141,7 +141,7 @@ 
 			interrupts = <30 31>;
 		};
 
-		lcd-controller@40500000 {
+		lcdc: lcd-controller@40500000 {
 			compatible = "marvell,pxa2xx-lcdc";
 			reg = <0x44000000 0x10000>;
 			interrupts = <17>;