diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-06 14:14:54 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-06 14:14:54 -0800 |
commit | d55e08c8448def74ae4236cd6e1c3714d78f5abd (patch) | |
tree | fc8fc4e1c64450922a68a53c09255bde50b10515 /arch | |
parent | dd273a8071124c2235c45d2ca756acc90ca31ed3 (diff) | |
parent | f3c87e99f401a0ff0ef941346ec6e790f0fd526e (diff) | |
download | linux-d55e08c8448def74ae4236cd6e1c3714d78f5abd.tar.bz2 |
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fix from Olof Johansson:
"Tiny fixes branch this week, in fact only one patch.
Turns out the USB support for a Renesas board was developed on a
pre-release board that ended up being changed before shipping. To
avoid breakage on those boards, and avoid confusion, it's a reasonable
idea to patch now instead of later. There are no known users of the
pre-release variant any more"
* tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
ARM: dts: porter: remove enable prop from HS-USB device node
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 6713b1ea732b..01d239c3eaaa 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -283,7 +283,6 @@ pinctrl-names = "default"; status = "okay"; - renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>; }; &usbphy { |