diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-08 16:34:37 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-08 16:34:37 +0300 |
commit | d2fdece2e17a756959e4ee1ae63e5de1c1b687ef (patch) | |
tree | c3dc8a482dd69b690b9f9138b2c5907d26179148 /target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch | |
parent | 239dff6697b56f9589dd83bc0268635cc32c188c (diff) | |
download | upstream-d2fdece2e17a756959e4ee1ae63e5de1c1b687ef.tar.gz upstream-d2fdece2e17a756959e4ee1ae63e5de1c1b687ef.tar.bz2 upstream-d2fdece2e17a756959e4ee1ae63e5de1c1b687ef.zip |
layerscape: refresh patches
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch b/target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch index b186fb31ee..0c726fbb7b 100644 --- a/target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/814-rtc-support-layerscape.patch @@ -12,9 +12,6 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> 1 file changed, 665 insertions(+) create mode 100644 drivers/rtc/rtc-pcf85263.c -diff --git a/drivers/rtc/rtc-pcf85263.c b/drivers/rtc/rtc-pcf85263.c -new file mode 100644 -index 00000000..629c2840 --- /dev/null +++ b/drivers/rtc/rtc-pcf85263.c @@ -0,0 +1,665 @@ @@ -683,6 +680,3 @@ index 00000000..629c2840 +MODULE_DESCRIPTION("PCF85263 RTC Driver"); +MODULE_LICENSE("GPL"); + --- -2.14.1 - |