[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAAOTY__rno0A_8WCWHiNv6tLyqDOVe+dVmbJbv7_pDse+BTpSQ@mail.gmail.com>
Date: Mon, 8 Mar 2021 18:52:13 +0800
From: Chun-Kuang Hu <chunkuang.hu@...nel.org>
To: Chunfeng Yun <chunfeng.yun@...iatek.com>
Cc: Matthias Brugger <matthias.bgg@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Cawa Cheng <cawa.cheng@...iatek.com>,
Philipp Zabel <p.zabel@...gutronix.de>,
Jie Qiu <jie.qiu@...iatek.com>, CK Hu <ck.hu@...iatek.com>,
Chun-Kuang Hu <chunkuang.hu@...nel.org>,
DTML <devicetree@...r.kernel.org>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@...ts.infradead.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
stable <stable@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node
Hi, Chunfeng:
Chunfeng Yun <chunfeng.yun@...iatek.com> 於 2021年3月8日 週一 下午3:05寫道:
>
> Use 'phys' instead of 'phy'.
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@...nel.org>
>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable@...r.kernel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@...iatek.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
>
Powered by blists - more mailing lists