Commit dff03873 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

ARM: dts: rockchip: remove clock-names property from 'generic-ohci' nodes

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

arch/arm/boot/dts/rv1108-evb.dt.yaml: usb@30160000:
'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-ohci', so remove them.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/generic-ohci.yaml
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200312171441.21144-2-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d1068578
...@@ -738,7 +738,6 @@ usb_host0_ohci: usb@300a0000 { ...@@ -738,7 +738,6 @@ usb_host0_ohci: usb@300a0000 {
reg = <0x300a0000 0x20000>; reg = <0x300a0000 0x20000>;
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST0>, <&u2phy0>; clocks = <&cru HCLK_HOST0>, <&u2phy0>;
clock-names = "usbhost", "utmi";
phys = <&u2phy0_host>; phys = <&u2phy0_host>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
...@@ -759,7 +758,6 @@ usb_host1_ohci: usb@300e0000 { ...@@ -759,7 +758,6 @@ usb_host1_ohci: usb@300e0000 {
reg = <0x300e0000 0x20000>; reg = <0x300e0000 0x20000>;
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST1>, <&u2phy1>; clocks = <&cru HCLK_HOST1>, <&u2phy1>;
clock-names = "usbhost", "utmi";
phys = <&u2phy1_otg>; phys = <&u2phy1_otg>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
...@@ -780,7 +778,6 @@ usb_host2_ohci: usb@30120000 { ...@@ -780,7 +778,6 @@ usb_host2_ohci: usb@30120000 {
reg = <0x30120000 0x20000>; reg = <0x30120000 0x20000>;
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST2>, <&u2phy1>; clocks = <&cru HCLK_HOST2>, <&u2phy1>;
clock-names = "usbhost", "utmi";
phys = <&u2phy1_host>; phys = <&u2phy1_host>;
phy-names = "usb"; phy-names = "usb";
status = "disabled"; status = "disabled";
......
...@@ -504,7 +504,6 @@ usb_host_ohci: usb@30160000 { ...@@ -504,7 +504,6 @@ usb_host_ohci: usb@30160000 {
reg = <0x30160000 0x20000>; reg = <0x30160000 0x20000>;
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";
......
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