All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	DTML <devicetree@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support" 
	<linux-mediatek@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
Date: Mon, 8 Mar 2021 18:52:13 +0800	[thread overview]
Message-ID: <CAAOTY__rno0A_8WCWHiNv6tLyqDOVe+dVmbJbv7_pDse+BTpSQ@mail.gmail.com> (raw)
In-Reply-To: <20210308070520.40429-1-chunfeng.yun@mediatek.com>

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
>

WARNING: multiple messages have this Message-ID (diff)
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	 Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	DTML <devicetree@vger.kernel.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
Date: Mon, 8 Mar 2021 18:52:13 +0800	[thread overview]
Message-ID: <CAAOTY__rno0A_8WCWHiNv6tLyqDOVe+dVmbJbv7_pDse+BTpSQ@mail.gmail.com> (raw)
In-Reply-To: <20210308070520.40429-1-chunfeng.yun@mediatek.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	 Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	DTML <devicetree@vger.kernel.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
Date: Mon, 8 Mar 2021 18:52:13 +0800	[thread overview]
Message-ID: <CAAOTY__rno0A_8WCWHiNv6tLyqDOVe+dVmbJbv7_pDse+BTpSQ@mail.gmail.com> (raw)
In-Reply-To: <20210308070520.40429-1-chunfeng.yun@mediatek.com>

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

  reply	other threads:[~2021-03-08 10:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2021-03-08 10:52   ` Chun-Kuang Hu
2021-03-08 10:52   ` Chun-Kuang Hu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAOTY__rno0A_8WCWHiNv6tLyqDOVe+dVmbJbv7_pDse+BTpSQ@mail.gmail.com \
    --to=chunkuang.hu@kernel.org \
    --cc=cawa.cheng@mediatek.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=ck.hu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jie.qiu@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.