diff options
Diffstat (limited to 'kernel/arch/arm/boot/dts/axp209.dtsi')
-rw-r--r-- | kernel/arch/arm/boot/dts/axp209.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/arch/arm/boot/dts/axp209.dtsi b/kernel/arch/arm/boot/dts/axp209.dtsi index c20cf537f..051ab3ba9 100644 --- a/kernel/arch/arm/boot/dts/axp209.dtsi +++ b/kernel/arch/arm/boot/dts/axp209.dtsi @@ -18,11 +18,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA - * * Or, alternatively, * * b) Permission is hereby granted, free of charge, to any person @@ -94,4 +89,9 @@ regulator-name = "ldo5"; }; }; + + usb_power_supply: usb_power_supply { + compatible = "x-powers,axp202-usb-power-supply"; + status = "disabled"; + }; }; |