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
|
||
|---|---|---|
| .. | ||
| armada | ||
| atmel | ||
| bridge | ||
| connector | ||
| etnaviv | ||
| exynos | ||
| hisilicon | ||
| imx | ||
| mediatek | ||
| msm | ||
| panel | ||
| rockchip | ||
| sunxi | ||
| tegra | ||
| ti | ||
| tilcdc | ||
| amlogic,meson-dw-hdmi.txt | ||
| amlogic,meson-vpu.txt | ||
| arm,hdlcd.txt | ||
| arm,malidp.txt | ||
| arm,pl11x.txt | ||
| atmel,lcdc.txt | ||
| brcm,bcm-vc4.txt | ||
| cirrus,clps711x-fb.txt | ||
| faraday,tve200.txt | ||
| fsl,dcu.txt | ||
| fsl,tcon.txt | ||
| google,goldfish-fb.txt | ||
| ht16k33.txt | ||
| marvell,pxa2xx-lcdc.txt | ||
| mipi-dsi-bus.txt | ||
| multi-inno,mi0283qt.txt | ||
| mxsfb.txt | ||
| renesas,du.txt | ||
| repaper.txt | ||
| simple-framebuffer-sunxi.txt | ||
| simple-framebuffer.txt | ||
| sitronix,st7586.txt | ||
| sm501fb.txt | ||
| snps,arcpgu.txt | ||
| ssd1289fb.txt | ||
| ssd1307fb.txt | ||
| st,stih4xx.txt | ||
| st,stm32-ltdc.txt | ||
| via,vt8500-fb.txt | ||
| wm,prizm-ge-rops.txt | ||
| wm,wm8505-fb.txt | ||
| zte,vou.txt | ||