diff mbox

[v7,1/5] ARM: dts: da850: rename the display node label

Message ID 1481623759-12786-2-git-send-email-bgolaszewski@baylibre.com
State Accepted
Commit c1f7de04c72a66c68250ac0a31dc26a70ddb855e
Headers show

Commit Message

Bartosz Golaszewski Dec. 13, 2016, 10:09 a.m. UTC
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.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

---
 arch/arm/boot/dts/da850.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Sekhar Nori Jan. 2, 2017, 11:04 a.m. UTC | #1
On Wednesday 14 December 2016 03:27 PM, Tomi Valkeinen wrote:
> On 13/12/16 12:09, Bartosz Golaszewski wrote:

>> 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.

>>

>> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

>> ---

>>  arch/arm/boot/dts/da850.dtsi | 2 +-

>>  1 file changed, 1 insertion(+), 1 deletion(-)

>>

>> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi

>> index 104155d..6b0ef3d 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>;

>>

> 

> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>


Applied with Tomi's reviewed-by.

Thanks,
Sekhar
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 104155d..6b0ef3d 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>;