Commit 23d3f131 authored by Fabio Estevam's avatar Fabio Estevam Committed by Guenter Roeck
Browse files

hwmon: (mc13783-adc) Use nxp.com URLs



Use the nxp.com URLs for the MC13783 and MC13892 datasheets.

The original URLs are still valid, but the nxp.com one is shorter
and more up-to-date.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 3d13aa37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ Kernel driver mc13783-adc
Supported chips:
  * Freescale MC13783
    Prefix: 'mc13783'
    Datasheet: http://www.freescale.com/files/rf_if/doc/data_sheet/MC13783.pdf?fsrch=1
    Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13783.pdf
  * Freescale MC13892
    Prefix: 'mc13892'
    Datasheet: http://cache.freescale.com/files/analog/doc/data_sheet/MC13892.pdf?fsrch=1&sr=1
    Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13892.pdf

Authors:
    Sascha Hauer <s.hauer@pengutronix.de>