diff options
author | Jianguo Zhang <jianguo.zhang@mediatek.com> | 2022-09-29 09:47:57 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-30 13:04:23 +0100 |
commit | 7871785ce92d689b2aaa430ebc488fffa94620b0 (patch) | |
tree | 61d2d3e1ff57ce6c7fa0d90c60704dcd97efc7b5 | |
parent | 22ba1afdec082b48d3fcec89b396839915af163f (diff) | |
download | linux-7871785ce92d689b2aaa430ebc488fffa94620b0.tar.bz2 |
arm64: dts: mediatek: mt2712e: Update the name of property 'clk_csr'
Update the name of property 'clk_csr' as 'snps,clk-csr' to align with
the property name in the binding file.
Signed-off-by: Jianguo Zhang <jianguo.zhang@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi index 4797537cb368..e6d7453e56e0 100644 --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi @@ -756,7 +756,7 @@ snps,mtl-tx-config = <&mtl_tx_setup>; snps,txpbl = <1>; snps,rxpbl = <1>; - clk_csr = <0>; + snps,clk-csr = <0>; status = "disabled"; }; |