Skip to content

Commit

Permalink
BCM270x_DT: Add a label to the clocks node, and a few aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elwell committed Jun 5, 2015
1 parent 6ec99e1 commit 2985543
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
Expand Up @@ -15,8 +15,10 @@
gpio = &gpio;
intc = &intc;
leds = &leds;
audio = &audio;
sound = &sound;
uart0 = &uart0;
clocks = &clocks;
};

sound: sound {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b.dts
Expand Up @@ -15,8 +15,10 @@
gpio = &gpio;
intc = &intc;
leds = &leds;
audio = &audio;
sound = &sound;
uart0 = &uart0;
clocks = &clocks;
};

sound: sound {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
Expand Up @@ -10,8 +10,10 @@
gpio = &gpio;
intc = &intc;
leds = &leds;
audio = &audio;
sound = &sound;
uart0 = &uart0;
clocks = &clocks;
};

sound: sound {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708_common.dtsi
Expand Up @@ -172,7 +172,7 @@
};
};

clocks {
clocks: clocks {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/bcm2709-rpi-2-b.dts
Expand Up @@ -15,8 +15,10 @@
gpio = &gpio;
intc = &intc;
leds = &leds;
audio = &audio;
sound = &sound;
uart0 = &uart0;
clocks = &clocks;
};

sound: sound {
Expand Down

0 comments on commit 2985543

Please sign in to comment.