mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
645dccb1c1
It's the Model B rev2 that had it. Remove it. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Eric Anholt <eric@anholt.net>
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
/dts-v1/;
|
|
#include "bcm2835-rpi.dtsi"
|
|
|
|
/ {
|
|
compatible = "raspberrypi,model-b", "brcm,bcm2835";
|
|
model = "Raspberry Pi Model B";
|
|
|
|
leds {
|
|
act {
|
|
gpios = <&gpio 16 1>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&gpio {
|
|
pinctrl-0 = <&gpioout &alt0 &alt3>;
|
|
};
|