]> git.baikalelectronics.ru Git - uboot.git/commit
doc: stm32mp1: add page for device tree bindings
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 2 Aug 2021 16:08:36 +0000 (18:08 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Aug 2021 18:54:41 +0000 (20:54 +0200)
commit3b504733e1312376e9b863073c34cc940b353255
treee0fac2bab44a347e60596e176f22002517ddbb18
parentbc27933b87ceac0bc6f1a8d89a71783e5b890955
doc: stm32mp1: add page for device tree bindings

With device tree binding migration to yaml it is difficult to synchronize
the binding from Linux kernel to U-Boot.

Instead of maintaining the same dt bindings, this patch adds in the U-Boot
documentation the path to the device tree bindings in Linux kernel for
STMicroelectronics devices, when they are used without modification.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Add links for referenced text files.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
13 files changed:
doc/board/st/index.rst
doc/board/st/st.rst [new file with mode: 0644]
doc/device-tree-bindings/adc/st,stm32-adc.txt [deleted file]
doc/device-tree-bindings/clock/st,stm32-rcc.txt [deleted file]
doc/device-tree-bindings/clock/st,stm32h7-rcc.txt [deleted file]
doc/device-tree-bindings/i2c/i2c-stm32.txt [deleted file]
doc/device-tree-bindings/memory-controllers/st,stm32-fmc.txt [deleted file]
doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt [deleted file]
doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt [deleted file]
doc/device-tree-bindings/pinctrl/st,stm32-pinctrl.txt [deleted file]
doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt [deleted file]
doc/device-tree-bindings/reset/st,stm32-rcc.txt [deleted file]
doc/device-tree-bindings/spi/spi-stm32-qspi.txt [deleted file]