mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 23:53:45 +07:00
4c9847b737
Improve the binding example by removing all the leading 0x to fix the
following dtc warnings:
Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
Converted using the following command:
find Documentation/devicetree/bindings -name "*.txt" -exec sed -i -e 's/([^ ])\@0x([0-9a-f])/$1\@$2/g' {} +
This is a follow up to commit
|
||
---|---|---|
.. | ||
xilinx | ||
adi,axi-dmac.txt | ||
apm-xgene-dma.txt | ||
arm-pl08x.txt | ||
arm-pl330.txt | ||
atmel-dma.txt | ||
atmel-xdma.txt | ||
brcm,bcm2835-dma.txt | ||
brcm,iproc-sba.txt | ||
dma.txt | ||
fsl-edma.txt | ||
fsl-imx-dma.txt | ||
fsl-imx-sdma.txt | ||
fsl-mxs-dma.txt | ||
img-mdc-dma.txt | ||
jz4780-dma.txt | ||
k3dma.txt | ||
lpc1850-dmamux.txt | ||
mmp-dma.txt | ||
moxa,moxart-dma.txt | ||
mpc512x-dma.txt | ||
mv-xor-v2.txt | ||
mv-xor.txt | ||
nbpfaxi.txt | ||
nvidia,tegra20-apbdma.txt | ||
nvidia,tegra210-adma.txt | ||
qcom_adm.txt | ||
qcom_bam_dma.txt | ||
qcom_hidma_mgmt.txt | ||
renesas,rcar-dmac.txt | ||
renesas,usb-dmac.txt | ||
shdma.txt | ||
sirfsoc-dma.txt | ||
snps-dma.txt | ||
sprd-dma.txt | ||
st_fdma.txt | ||
ste-coh901318.txt | ||
ste-dma40.txt | ||
stm32-dma.txt | ||
stm32-dmamux.txt | ||
stm32-mdma.txt | ||
sun4i-dma.txt | ||
sun6i-dma.txt | ||
ti-dma-crossbar.txt | ||
ti-edma.txt | ||
zxdma.txt |