Commit c61872d5 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Matthias Brugger

arm64: dts: mediatek: mt8173: fix dtbs_check warning

Harmonize nodes names, compatibles and remove unused property.
Signed-off-by: default avatarChunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-6-chunfeng.yun@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent e4e5d030
...@@ -516,10 +516,8 @@ &ssusb { ...@@ -516,10 +516,8 @@ &ssusb {
extcon = <&extcon_usb>; extcon = <&extcon_usb>;
dr_mode = "otg"; dr_mode = "otg";
wakeup-source; wakeup-source;
pinctrl-names = "default", "id_float", "id_ground"; pinctrl-names = "default";
pinctrl-0 = <&usb_id_pins_float>; pinctrl-0 = <&usb_id_pins_float>;
pinctrl-1 = <&usb_id_pins_float>;
pinctrl-2 = <&usb_id_pins_ground>;
status = "okay"; status = "okay";
}; };
......
...@@ -631,7 +631,7 @@ gce: mailbox@10212000 { ...@@ -631,7 +631,7 @@ gce: mailbox@10212000 {
#mbox-cells = <2>; #mbox-cells = <2>;
}; };
mipi_tx0: mipi-dphy@10215000 { mipi_tx0: dsi-phy@10215000 {
compatible = "mediatek,mt8173-mipi-tx"; compatible = "mediatek,mt8173-mipi-tx";
reg = <0 0x10215000 0 0x1000>; reg = <0 0x10215000 0 0x1000>;
clocks = <&clk26m>; clocks = <&clk26m>;
...@@ -641,7 +641,7 @@ mipi_tx0: mipi-dphy@10215000 { ...@@ -641,7 +641,7 @@ mipi_tx0: mipi-dphy@10215000 {
status = "disabled"; status = "disabled";
}; };
mipi_tx1: mipi-dphy@10216000 { mipi_tx1: dsi-phy@10216000 {
compatible = "mediatek,mt8173-mipi-tx"; compatible = "mediatek,mt8173-mipi-tx";
reg = <0 0x10216000 0 0x1000>; reg = <0 0x10216000 0 0x1000>;
clocks = <&clk26m>; clocks = <&clk26m>;
...@@ -926,7 +926,7 @@ mmc3: mmc@11260000 { ...@@ -926,7 +926,7 @@ mmc3: mmc@11260000 {
}; };
ssusb: usb@11271000 { ssusb: usb@11271000 {
compatible = "mediatek,mt8173-mtu3"; compatible = "mediatek,mt8173-mtu3", "mediatek,mtu3";
reg = <0 0x11271000 0 0x3000>, reg = <0 0x11271000 0 0x3000>,
<0 0x11280700 0 0x0100>; <0 0x11280700 0 0x0100>;
reg-names = "mac", "ippc"; reg-names = "mac", "ippc";
...@@ -943,8 +943,9 @@ ssusb: usb@11271000 { ...@@ -943,8 +943,9 @@ ssusb: usb@11271000 {
ranges; ranges;
status = "disabled"; status = "disabled";
usb_host: xhci@11270000 { usb_host: usb@11270000 {
compatible = "mediatek,mt8173-xhci"; compatible = "mediatek,mt8173-xhci",
"mediatek,mtk-xhci";
reg = <0 0x11270000 0 0x1000>; reg = <0 0x11270000 0 0x1000>;
reg-names = "mac"; reg-names = "mac";
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_LOW>;
...@@ -955,7 +956,7 @@ usb_host: xhci@11270000 { ...@@ -955,7 +956,7 @@ usb_host: xhci@11270000 {
}; };
}; };
u3phy: usb-phy@11290000 { u3phy: t-phy@11290000 {
compatible = "mediatek,mt8173-u3phy"; compatible = "mediatek,mt8173-u3phy";
reg = <0 0x11290000 0 0x800>; reg = <0 0x11290000 0 0x800>;
#address-cells = <2>; #address-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment