linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Update the eeprom nodename following device tree specification
@ 2024-07-04 15:14 Andrei Simion
  2024-07-04 15:14 ` [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename Andrei Simion
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Change the nodename for each eeprom according to device tree specification:
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
and according to the format specified in at24.yaml

Andrei Simion (7):
  ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename
  ARM: dts: microchip: at91-sama5d2_ptc_ek: Align the eeprom nodename
  ARM: dts: microchip: at91-sama5d34ek: Align the eeprom nodename
  ARM: dts: microchip: at91-sama5d27_som1: Align the eeprom nodename
  ARM: dts: microchip: at91sam9g20ek_common: Align the eeprom nodename
  ARM: dts: microchip: at91sam9260ek: Align the eeprom nodename
  ARM: dts: microchip: at91sam9263ek: Align the eeprom nodename

 arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi   | 2 +-
 arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts   | 2 +-
 arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts | 2 +-
 arch/arm/boot/dts/microchip/at91sam9260ek.dts         | 2 +-
 arch/arm/boot/dts/microchip/at91sam9263ek.dts         | 2 +-
 arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi | 2 +-
 arch/arm/boot/dts/microchip/sama5d34ek.dts            | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
-- 
2.34.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-04 15:14 ` [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: " Andrei Simion
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
index 6680031387e8..4bab3f25b855 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
@@ -411,7 +411,7 @@ i2c1: i2c@fc028000 {
 				scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 				status = "okay";
 
-				at24@54 {
+				eeprom@54 {
 					compatible = "atmel,24c02";
 					reg = <0x54>;
 					pagesize = <16>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
  2024-07-04 15:14 ` [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-05  6:42   ` Krzysztof Kozlowski
  2024-07-04 15:14 ` [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: " Andrei Simion
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Aling the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
index 200b20515ab1..e4ae60ef5f8a 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
@@ -231,7 +231,7 @@ i2c1: i2c@fc028000 {
 				scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 				status = "okay";
 
-				at24@50 {
+				eeprom@50 {
 					compatible = "atmel,24c02";
 					reg = <0x50>;
 					pagesize = <8>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
  2024-07-04 15:14 ` [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename Andrei Simion
  2024-07-04 15:14 ` [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: " Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-05  6:43   ` Krzysztof Kozlowski
  2024-07-04 15:14 ` [PATCH 4/7] ARM: dts: microchip: at91-sama5d27_som1: " Andrei Simion
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/sama5d34ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/sama5d34ek.dts b/arch/arm/boot/dts/microchip/sama5d34ek.dts
index bffd61397cb5..18943b873fff 100644
--- a/arch/arm/boot/dts/microchip/sama5d34ek.dts
+++ b/arch/arm/boot/dts/microchip/sama5d34ek.dts
@@ -36,7 +36,7 @@ i2c0: i2c@f0014000 {
 			i2c1: i2c@f0018000 {
 				status = "okay";
 
-				24c256@50 {
+				eeprom@50 {
 					compatible = "atmel,24c256";
 					reg = <0x50>;
 					pagesize = <64>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 4/7] ARM: dts: microchip: at91-sama5d27_som1: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
                   ` (2 preceding siblings ...)
  2024-07-04 15:14 ` [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: " Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-04 15:14 ` [PATCH 5/7] ARM: dts: microchip: at91sam9g20ek_common: " Andrei Simion
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
index 95ecb7d040a8..8ac85dac5a96 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
@@ -106,7 +106,7 @@ i2c0: i2c@f8028000 {
 				scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 				status = "okay";
 
-				at24@50 {
+				eeprom@50 {
 					compatible = "atmel,24c02";
 					reg = <0x50>;
 					pagesize = <8>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 5/7] ARM: dts: microchip: at91sam9g20ek_common: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
                   ` (3 preceding siblings ...)
  2024-07-04 15:14 ` [PATCH 4/7] ARM: dts: microchip: at91-sama5d27_som1: " Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-04 15:14 ` [PATCH 6/7] ARM: dts: microchip: at91sam9260ek: " Andrei Simion
  2024-07-04 15:14 ` [PATCH 7/7] ARM: dts: microchip: at91sam9263ek: " Andrei Simion
  6 siblings, 0 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi
index 565b99e79c52..4e7cfbbd4241 100644
--- a/arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi
@@ -220,7 +220,7 @@ usb0: ohci@500000 {
 	i2c-gpio-0 {
 		status = "okay";
 
-		24c512@50 {
+		eeprom@50 {
 			compatible = "atmel,24c512";
 			reg = <0x50>;
 			vcc-supply = <&reg_3v3>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 6/7] ARM: dts: microchip: at91sam9260ek: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
                   ` (4 preceding siblings ...)
  2024-07-04 15:14 ` [PATCH 5/7] ARM: dts: microchip: at91sam9g20ek_common: " Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  2024-07-04 15:14 ` [PATCH 7/7] ARM: dts: microchip: at91sam9263ek: " Andrei Simion
  6 siblings, 0 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91sam9260ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91sam9260ek.dts b/arch/arm/boot/dts/microchip/at91sam9260ek.dts
index 720c15472c4a..6bd60dce8378 100644
--- a/arch/arm/boot/dts/microchip/at91sam9260ek.dts
+++ b/arch/arm/boot/dts/microchip/at91sam9260ek.dts
@@ -165,7 +165,7 @@ button-4 {
 	i2c-gpio-0 {
 		status = "okay";
 
-		24c512@50 {
+		eeprom@50 {
 			compatible = "atmel,24c512";
 			reg = <0x50>;
 		};
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 7/7] ARM: dts: microchip: at91sam9263ek: Align the eeprom nodename
  2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
                   ` (5 preceding siblings ...)
  2024-07-04 15:14 ` [PATCH 6/7] ARM: dts: microchip: at91sam9260ek: " Andrei Simion
@ 2024-07-04 15:14 ` Andrei Simion
  6 siblings, 0 replies; 12+ messages in thread
From: Andrei Simion @ 2024-07-04 15:14 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel, Andrei Simion

Align the eeprom nodename according to device tree specification
and at24.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 arch/arm/boot/dts/microchip/at91sam9263ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91sam9263ek.dts b/arch/arm/boot/dts/microchip/at91sam9263ek.dts
index ce8baff6a9f4..bad7dbecba3c 100644
--- a/arch/arm/boot/dts/microchip/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/microchip/at91sam9263ek.dts
@@ -253,7 +253,7 @@ button-right-click {
 	i2c-gpio-0 {
 		status = "okay";
 
-		24c512@50 {
+		eeprom@50 {
 			compatible = "atmel,24c512";
 			reg = <0x50>;
 			pagesize = <128>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: Align the eeprom nodename
  2024-07-04 15:14 ` [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: " Andrei Simion
@ 2024-07-05  6:42   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-05  6:42 UTC (permalink / raw)
  To: Andrei Simion, robh, krzk+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel

On 04/07/2024 17:14, Andrei Simion wrote:
> Aling the eeprom nodename according to device tree specification
> and at24.yaml.
> 
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
> ---
>  arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
> index 200b20515ab1..e4ae60ef5f8a 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
> @@ -231,7 +231,7 @@ i2c1: i2c@fc028000 {
>  				scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
>  				status = "okay";
>  
> -				at24@50 {
> +				eeprom@50 {

Just squash these all into one commit. This is just naming,
non-functional change so creating 7 patches for this is just huge churn.

Best regards,
Krzysztof



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: Align the eeprom nodename
  2024-07-04 15:14 ` [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: " Andrei Simion
@ 2024-07-05  6:43   ` Krzysztof Kozlowski
  2024-07-05  9:31     ` Andrei.Simion
  0 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-05  6:43 UTC (permalink / raw)
  To: Andrei Simion, robh, krzk+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel

On 04/07/2024 17:14, Andrei Simion wrote:
> Align the eeprom nodename according to device tree specification
> and at24.yaml.
> 
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>

Squash.

> ---
>  arch/arm/boot/dts/microchip/sama5d34ek.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/sama5d34ek.dts b/arch/arm/boot/dts/microchip/sama5d34ek.dts
> index bffd61397cb5..18943b873fff 100644
> --- a/arch/arm/boot/dts/microchip/sama5d34ek.dts
> +++ b/arch/arm/boot/dts/microchip/sama5d34ek.dts
> @@ -36,7 +36,7 @@ i2c0: i2c@f0014000 {
>  			i2c1: i2c@f0018000 {
>  				status = "okay";
>  
> -				24c256@50 {
> +				eeprom@50 {

What about other names? Why not fixing everything at once?

Best regards,
Krzysztof



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: Align the eeprom nodename
  2024-07-05  6:43   ` Krzysztof Kozlowski
@ 2024-07-05  9:31     ` Andrei.Simion
  2024-07-05  9:45       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 12+ messages in thread
From: Andrei.Simion @ 2024-07-05  9:31 UTC (permalink / raw)
  To: krzk, robh, krzk+dt, conor+dt, Nicolas.Ferre, alexandre.belloni,
	claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel

On 05.07.2024 09:43, Krzysztof Kozlowski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On 04/07/2024 17:14, Andrei Simion wrote:
>> Align the eeprom nodename according to device tree specification
>> and at24.yaml.
>>
>> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
> 
> Squash.
> 

I will squash.

>> ---
>>  arch/arm/boot/dts/microchip/sama5d34ek.dts | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/microchip/sama5d34ek.dts b/arch/arm/boot/dts/microchip/sama5d34ek.dts
>> index bffd61397cb5..18943b873fff 100644
>> --- a/arch/arm/boot/dts/microchip/sama5d34ek.dts
>> +++ b/arch/arm/boot/dts/microchip/sama5d34ek.dts
>> @@ -36,7 +36,7 @@ i2c0: i2c@f0014000 {
>>                       i2c1: i2c@f0018000 {
>>                               status = "okay";
>>
>> -                             24c256@50 {
>> +                             eeprom@50 {
> 
> What about other names? Why not fixing everything at once?
> 

There are 149 dts+dtsi files. I would like to fix them step by step. (lots to check)

> Best regards,
> Krzysztof
> 

Best regards,
Andrei Simion


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: Align the eeprom nodename
  2024-07-05  9:31     ` Andrei.Simion
@ 2024-07-05  9:45       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-05  9:45 UTC (permalink / raw)
  To: Andrei.Simion, robh, krzk+dt, conor+dt, Nicolas.Ferre,
	alexandre.belloni, claudiu.beznea
  Cc: devicetree, linux-arm-kernel, linux-kernel

On 05/07/2024 11:31, Andrei.Simion@microchip.com wrote:
> On 05.07.2024 09:43, Krzysztof Kozlowski wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>
>> On 04/07/2024 17:14, Andrei Simion wrote:
>>> Align the eeprom nodename according to device tree specification
>>> and at24.yaml.
>>>
>>> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
>>
>> Squash.
>>
> 
> I will squash.
> 
>>> ---
>>>  arch/arm/boot/dts/microchip/sama5d34ek.dts | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/arch/arm/boot/dts/microchip/sama5d34ek.dts b/arch/arm/boot/dts/microchip/sama5d34ek.dts
>>> index bffd61397cb5..18943b873fff 100644
>>> --- a/arch/arm/boot/dts/microchip/sama5d34ek.dts
>>> +++ b/arch/arm/boot/dts/microchip/sama5d34ek.dts
>>> @@ -36,7 +36,7 @@ i2c0: i2c@f0014000 {
>>>                       i2c1: i2c@f0018000 {
>>>                               status = "okay";
>>>
>>> -                             24c256@50 {
>>> +                             eeprom@50 {
>>
>> What about other names? Why not fixing everything at once?
>>
> 
> There are 149 dts+dtsi files. I would like to fix them step by step. (lots to check)

I meant, if doing cosmetic changes like this to these files, why not
fixing other names? Some of the work is automatic.

Best regards,
Krzysztof



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-05  9:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 15:14 [PATCH 0/7] Update the eeprom nodename following device tree specification Andrei Simion
2024-07-04 15:14 ` [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename Andrei Simion
2024-07-04 15:14 ` [PATCH 2/7] ARM: dts: microchip: at91-sama5d2_ptc_ek: " Andrei Simion
2024-07-05  6:42   ` Krzysztof Kozlowski
2024-07-04 15:14 ` [PATCH 3/7] ARM: dts: microchip: at91-sama5d34ek: " Andrei Simion
2024-07-05  6:43   ` Krzysztof Kozlowski
2024-07-05  9:31     ` Andrei.Simion
2024-07-05  9:45       ` Krzysztof Kozlowski
2024-07-04 15:14 ` [PATCH 4/7] ARM: dts: microchip: at91-sama5d27_som1: " Andrei Simion
2024-07-04 15:14 ` [PATCH 5/7] ARM: dts: microchip: at91sam9g20ek_common: " Andrei Simion
2024-07-04 15:14 ` [PATCH 6/7] ARM: dts: microchip: at91sam9260ek: " Andrei Simion
2024-07-04 15:14 ` [PATCH 7/7] ARM: dts: microchip: at91sam9263ek: " Andrei Simion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).