[PATCH v5 09/13] arm64: dts: mediatek: mt7622: harmonize node names and compatibles

Matthias Brugger matthias.bgg at gmail.com
Mon Mar 29 14:47:04 BST 2021



On 16/03/2021 10:22, Chunfeng Yun wrote:
> This is used to fix dtbs_check warning
> 
> Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>

Applied now to v5.12-next/dts64

> ---
> v2~v5: no changes
> ---
>  arch/arm64/boot/dts/mediatek/mt7622.dtsi | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> index 7c6d871538a6..890a942ec608 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> @@ -742,8 +742,8 @@
>  		status = "disabled";
>  	};
>  
> -	u3phy: usb-phy at 1a0c4000 {
> -		compatible = "mediatek,mt7622-u3phy",
> +	u3phy: t-phy at 1a0c4000 {
> +		compatible = "mediatek,mt7622-tphy",
>  			     "mediatek,generic-tphy-v1";
>  		reg = <0 0x1a0c4000 0 0x700>;
>  		#address-cells = <2>;
> @@ -877,8 +877,9 @@
>  		status = "disabled";
>  	};
>  
> -	sata_phy: sata-phy at 1a243000 {
> -		compatible = "mediatek,generic-tphy-v1";
> +	sata_phy: t-phy at 1a243000 {
> +		compatible = "mediatek,mt7622-tphy",
> +			     "mediatek,generic-tphy-v1";
>  		#address-cells = <2>;
>  		#size-cells = <2>;
>  		ranges;
> 



More information about the linux-arm-kernel mailing list