Skip to content

Commit

Permalink
BCM270X_DT: Add reference to audio_pins to CM dtb
Browse files Browse the repository at this point in the history
The CM1 dtb contains an empty audio_pins node, but no reference to it.
Adding the usual pinctrl reference from the audio node enables the
audremap overlay (and others) to easily turn on audio.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
Phil Elwell authored and popcornmix committed Jul 12, 2017
1 parent 1c0a2f0 commit 6f93cd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-cm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
pinctrl-0 = <&i2s_pins>;
};

&audio {
pinctrl-names = "default";
pinctrl-0 = <&audio_pins>;
};

&hdmi {
hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
};
Expand Down

0 comments on commit 6f93cd5

Please sign in to comment.