[PATCH] arm64: dts: mt8173: fix property typo of 'phys' in dsi node

Chun-Kuang Hu chunkuang.hu at kernel.org
Mon Mar 8 10:52:13 GMT 2021


Hi, Chunfeng:

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

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

>
> Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
> Cc: stable <stable at vger.kernel.org>
> Signed-off-by: Chunfeng Yun <chunfeng.yun at 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
>



More information about the linux-arm-kernel mailing list