Message ID | 20200228113922.20266-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: dts: remove g-use-dma from rockchip usb nodes | expand |
Am Freitag, 28. Februar 2020, 12:39:21 CET schrieb Johan Jonker: > A test with the command below gives these errors: > > arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: usb@30180000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rv1108-evb.dt.yaml: usb@30180000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3228-evb.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3229-evb.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3229-xms6.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > > 'g-use-dma' is not a valid option in dwc2.yaml, so remove it > from all Rockchip dtsi files. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/dwc2.yaml > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> applied both patches for 5.7 Thanks Heiko
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index 4e90efdc9..dac930be3 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -718,7 +718,6 @@ g-np-tx-fifo-size = <16>; g-rx-fifo-size = <280>; g-tx-fifo-size = <256 128 128 64 32 16>; - g-use-dma; phys = <&u2phy0_otg>; phy-names = "usb2-phy"; status = "disabled"; diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 1fd06e7cb..9bb109d66 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -527,7 +527,6 @@ g-np-tx-fifo-size = <16>; g-rx-fifo-size = <280>; g-tx-fifo-size = <256 128 128 64 32 16>; - g-use-dma; phys = <&u2phy_otg>; phy-names = "usb2-phy"; status = "disabled";
A test with the command below gives these errors: arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: usb@30180000: 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-evb.dt.yaml: usb@30180000: 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rk3228-evb.dt.yaml: usb@30040000: 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rk3229-evb.dt.yaml: usb@30040000: 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rk3229-xms6.dt.yaml: usb@30040000: 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' 'g-use-dma' is not a valid option in dwc2.yaml, so remove it from all Rockchip dtsi files. make ARCH=arm dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/dwc2.yaml Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rk322x.dtsi | 1 - arch/arm/boot/dts/rv1108.dtsi | 1 - 2 files changed, 2 deletions(-)