[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <849d620a-a209-f89f-8303-9d0c9b740045@gmail.com>
Date: Mon, 29 Mar 2021 15:46:31 +0200
From: Matthias Brugger <matthias.bgg@...il.com>
To: Chunfeng Yun <chunfeng.yun@...iatek.com>,
Vinod Koul <vkoul@...nel.org>, Rob Herring <robh+dt@...nel.org>
Cc: Kishon Vijay Abraham I <kishon@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Chun-Kuang Hu <chunkuang.hu@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Jie Qiu <jie.qiu@...iatek.com>, CK Hu <ck.hu@...iatek.com>,
Cawa Cheng <cawa.cheng@...iatek.com>,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-usb@...r.kernel.org,
stable <stable@...r.kernel.org>
Subject: Re: [PATCH v5 05/13] arm64: dts: mt8173: fix property typo of 'phys'
in dsi node
On 16/03/2021 10:22, Chunfeng Yun wrote:
> Use 'phys' instead of 'phy'.
>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable@...r.kernel.org>
> Reviewed-by: Chun-Kuang Hu <chunkuang.hu@...nel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@...iatek.com>
Applied now to v5.12-next/dts64
> ---
> v5: merged into this series, add Reviewed-by CK
> ---
> 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 7fa870e4386a..ecb37a7e6870 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -1235,7 +1235,7 @@
> <&mmsys CLK_MM_DSI1_DIGITAL>,
> <&mipi_tx1>;
> clock-names = "engine", "digital", "hs";
> - phy = <&mipi_tx1>;
> + phys = <&mipi_tx1>;
> phy-names = "dphy";
> status = "disabled";
> };
>
Powered by blists - more mailing lists