]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: at91: Remove the USB EP child node
authorGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 7 May 2020 15:56:51 +0000 (17:56 +0200)
committerFelipe Balbi <balbi@kernel.org>
Mon, 25 May 2020 08:09:42 +0000 (11:09 +0300)
commitd829d18c1d5b9eb5a5e1c46cc27f7d5ac48dd696
treecd2dd965726b9eb27ffd6b5ea36c559af3c766b3
parentd507ca3f8e670568b04344ca9993361281bfa7ea
ARM: dts: at91: Remove the USB EP child node

The endpoint configuration used to be stored in the device tree,
however the configuration depend on the "version" of the controller
itself.

Then the EP child node are useless and describe as deprecated in the
documentation binding: remove all the nodes from the SoC device tree
file. Remove also the #address-cells and #size-cells properties that
are no longer needed.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9rl.dtsi
arch/arm/boot/dts/at91sam9x5.dtsi
arch/arm/boot/dts/sama5d2.dtsi
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d4.dtsi