Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: pi433: overlay: Fix Broadcom vendor prefix

checkpatch.pl says:

WARNING: DT compatible string "bcm,bcm2708" appears un-documented -- check ./Documentation/devicetree/bindings/

The vendor prefix of Broadcom Corporation is "brcm", not "bcm".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200221122133.32024-2-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Geert Uytterhoeven and committed by
Greg Kroah-Hartman
ea3bc6ac 999d544c

+1 -1
+1 -1
drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts
··· 3 3 /plugin/; 4 4 5 5 / { 6 - compatible = "bcm,bcm2835", "bcm,bcm2708", "bcm,bcm2709"; 6 + compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709"; 7 7 8 8 fragment@0 { 9 9 target = <&spi0>;