2024-03-27 19:22:21

by Sebastian Reichel

[permalink] [raw]
Subject: [PATCH v2 7/7] ARM: dts: omap3: use generic node name for hsi clients

The HSI peripheral node name should reflect the generic type of
device for the node.

Signed-off-by: Sebastian Reichel <[email protected]>
---
arch/arm/boot/dts/ti/omap/omap3-n900.dts | 2 +-
arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ti/omap/omap3-n900.dts b/arch/arm/boot/dts/ti/omap/omap3-n900.dts
index b906b57371ce..bec31faf86db 100644
--- a/arch/arm/boot/dts/ti/omap/omap3-n900.dts
+++ b/arch/arm/boot/dts/ti/omap/omap3-n900.dts
@@ -1123,7 +1123,7 @@ &ssi_port1 {

ti,ssi-cawake-gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */

- modem: hsi-client {
+ modem: modem {
compatible = "nokia,n900-modem";

pinctrl-names = "default";
diff --git a/arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi b/arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi
index 6e0db8275227..7e6dbc1968aa 100644
--- a/arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi
@@ -450,7 +450,7 @@ &ssi_port1 {

ti,ssi-cawake-gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */

- modem: hsi-client {
+ modem: modem {
pinctrl-names = "default";
pinctrl-0 = <&modem_pins1 &modem_pins2>;


--
2.43.0



2024-03-28 09:31:44

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 7/7] ARM: dts: omap3: use generic node name for hsi clients

On 27/03/2024 20:11, Sebastian Reichel wrote:
> The HSI peripheral node name should reflect the generic type of
> device for the node.
>
> Signed-off-by: Sebastian Reichel <[email protected]>

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof