All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
@ 2021-03-08  7:05 ` Chunfeng Yun
  0 siblings, 0 replies; 6+ messages in thread
From: Chunfeng Yun @ 2021-03-08  7:05 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Cawa Cheng, Philipp Zabel, Jie Qiu, CK Hu,
	Chun-Kuang Hu, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Chunfeng Yun, stable

Use 'phys' instead of 'phy'.

Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 75040a820f0d..003a5653c505 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -1236,7 +1236,7 @@
 				 <&mmsys CLK_MM_DSI1_DIGITAL>,
 				 <&mipi_tx1>;
 			clock-names = "engine", "digital", "hs";
-			phy = <&mipi_tx1>;
+			phys = <&mipi_tx1>;
 			phy-names = "dphy";
 			status = "disabled";
 		};
-- 
2.18.0


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

* [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
@ 2021-03-08  7:05 ` Chunfeng Yun
  0 siblings, 0 replies; 6+ messages in thread
From: Chunfeng Yun @ 2021-03-08  7:05 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Cawa Cheng, Philipp Zabel, Jie Qiu, CK Hu,
	Chun-Kuang Hu, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Chunfeng Yun, stable

Use 'phys' instead of 'phy'.

Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 75040a820f0d..003a5653c505 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -1236,7 +1236,7 @@
 				 <&mmsys CLK_MM_DSI1_DIGITAL>,
 				 <&mipi_tx1>;
 			clock-names = "engine", "digital", "hs";
-			phy = <&mipi_tx1>;
+			phys = <&mipi_tx1>;
 			phy-names = "dphy";
 			status = "disabled";
 		};
-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
@ 2021-03-08  7:05 ` Chunfeng Yun
  0 siblings, 0 replies; 6+ messages in thread
From: Chunfeng Yun @ 2021-03-08  7:05 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Cawa Cheng, Philipp Zabel, Jie Qiu, CK Hu,
	Chun-Kuang Hu, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Chunfeng Yun, stable

Use 'phys' instead of 'phy'.

Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 75040a820f0d..003a5653c505 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -1236,7 +1236,7 @@
 				 <&mmsys CLK_MM_DSI1_DIGITAL>,
 				 <&mipi_tx1>;
 			clock-names = "engine", "digital", "hs";
-			phy = <&mipi_tx1>;
+			phys = <&mipi_tx1>;
 			phy-names = "dphy";
 			status = "disabled";
 		};
-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
  2021-03-08  7:05 ` Chunfeng Yun
  (?)
@ 2021-03-08 10:52   ` Chun-Kuang Hu
  -1 siblings, 0 replies; 6+ messages in thread
From: Chun-Kuang Hu @ 2021-03-08 10:52 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: Matthias Brugger, Rob Herring, Cawa Cheng, Philipp Zabel,
	Jie Qiu, CK Hu, Chun-Kuang Hu, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel, stable

Hi, Chunfeng:

Chunfeng Yun <chunfeng.yun@mediatek.com> 於 2021年3月8日 週一 下午3:05寫道:
>
> Use 'phys' instead of 'phy'.

Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable@vger.kernel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> index 75040a820f0d..003a5653c505 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -1236,7 +1236,7 @@
>                                  <&mmsys CLK_MM_DSI1_DIGITAL>,
>                                  <&mipi_tx1>;
>                         clock-names = "engine", "digital", "hs";
> -                       phy = <&mipi_tx1>;
> +                       phys = <&mipi_tx1>;
>                         phy-names = "dphy";
>                         status = "disabled";
>                 };
> --
> 2.18.0
>

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

* Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
@ 2021-03-08 10:52   ` Chun-Kuang Hu
  0 siblings, 0 replies; 6+ messages in thread
From: Chun-Kuang Hu @ 2021-03-08 10:52 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: Matthias Brugger, Rob Herring, Cawa Cheng, Philipp Zabel,
	Jie Qiu, CK Hu, Chun-Kuang Hu, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel, stable

Hi, Chunfeng:

Chunfeng Yun <chunfeng.yun@mediatek.com> 於 2021年3月8日 週一 下午3:05寫道:
>
> Use 'phys' instead of 'phy'.

Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable@vger.kernel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> index 75040a820f0d..003a5653c505 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -1236,7 +1236,7 @@
>                                  <&mmsys CLK_MM_DSI1_DIGITAL>,
>                                  <&mipi_tx1>;
>                         clock-names = "engine", "digital", "hs";
> -                       phy = <&mipi_tx1>;
> +                       phys = <&mipi_tx1>;
>                         phy-names = "dphy";
>                         status = "disabled";
>                 };
> --
> 2.18.0
>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
@ 2021-03-08 10:52   ` Chun-Kuang Hu
  0 siblings, 0 replies; 6+ messages in thread
From: Chun-Kuang Hu @ 2021-03-08 10:52 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: Matthias Brugger, Rob Herring, Cawa Cheng, Philipp Zabel,
	Jie Qiu, CK Hu, Chun-Kuang Hu, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel, stable

Hi, Chunfeng:

Chunfeng Yun <chunfeng.yun@mediatek.com> 於 2021年3月8日 週一 下午3:05寫道:
>
> Use 'phys' instead of 'phy'.

Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable@vger.kernel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> index 75040a820f0d..003a5653c505 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -1236,7 +1236,7 @@
>                                  <&mmsys CLK_MM_DSI1_DIGITAL>,
>                                  <&mipi_tx1>;
>                         clock-names = "engine", "digital", "hs";
> -                       phy = <&mipi_tx1>;
> +                       phys = <&mipi_tx1>;
>                         phy-names = "dphy";
>                         status = "disabled";
>                 };
> --
> 2.18.0
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-03-08 10:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08  7:05 [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node Chunfeng Yun
2021-03-08  7:05 ` Chunfeng Yun
2021-03-08  7:05 ` Chunfeng Yun
2021-03-08 10:52 ` Chun-Kuang Hu
2021-03-08 10:52   ` Chun-Kuang Hu
2021-03-08 10:52   ` Chun-Kuang Hu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.