Commit 6a92e52b authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

arm64: dts: rockchip: remove clock-names property from 'generic-ehci' nodes

A test with the command below gives for example this error:

arch/arm64/boot/dts/rockchip/rk3328-evb.dt.yaml: usb@ff5c0000:
'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+'

'clock-names' is not a valid property name for usb_host nodes with
compatible string 'generic-ehci', so remove them.

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/generic-ehci.yaml
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200312171441.21144-3-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a2712bfb
...@@ -884,7 +884,6 @@ usb_host0_ehci: usb@ff340000 { ...@@ -884,7 +884,6 @@ usb_host0_ehci: usb@ff340000 {
reg = <0x0 0xff340000 0x0 0x10000>; reg = <0x0 0xff340000 0x0 0x10000>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST>; clocks = <&cru HCLK_HOST>;
clock-names = "usbhost";
phys = <&u2phy_host>; phys = <&u2phy_host>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&power PX30_PD_USB>; power-domains = <&power PX30_PD_USB>;
......
...@@ -969,7 +969,6 @@ usb_host0_ehci: usb@ff5c0000 { ...@@ -969,7 +969,6 @@ usb_host0_ehci: usb@ff5c0000 {
reg = <0x0 0xff5c0000 0x0 0x10000>; reg = <0x0 0xff5c0000 0x0 0x10000>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST0>, <&u2phy>; clocks = <&cru HCLK_HOST0>, <&u2phy>;
clock-names = "usbhost", "utmi";
phys = <&u2phy_host>; phys = <&u2phy_host>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
......
...@@ -513,7 +513,6 @@ usb_host0_ehci: usb@ff500000 { ...@@ -513,7 +513,6 @@ usb_host0_ehci: usb@ff500000 {
reg = <0x0 0xff500000 0x0 0x100>; reg = <0x0 0xff500000 0x0 0x100>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST0>; clocks = <&cru HCLK_HOST0>;
clock-names = "usbhost";
status = "disabled"; status = "disabled";
}; };
......
...@@ -350,8 +350,6 @@ usb_host0_ehci: usb@fe380000 { ...@@ -350,8 +350,6 @@ usb_host0_ehci: usb@fe380000 {
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>, clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>,
<&u2phy0>; <&u2phy0>;
clock-names = "usbhost", "arbiter",
"utmi";
phys = <&u2phy0_host>; phys = <&u2phy0_host>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
...@@ -376,8 +374,6 @@ usb_host1_ehci: usb@fe3c0000 { ...@@ -376,8 +374,6 @@ usb_host1_ehci: usb@fe3c0000 {
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>, clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>,
<&u2phy1>; <&u2phy1>;
clock-names = "usbhost", "arbiter",
"utmi";
phys = <&u2phy1_host>; phys = <&u2phy1_host>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
......
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