kernel: generic: fix problem with w1-gpio-custom
authorPawel Dembicki <paweldembicki@gmail.com>
Thu, 15 Feb 2018 21:21:25 +0000 (22:21 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 8 Aug 2018 13:41:22 +0000 (15:41 +0200)
commiteb06fa6cf73a8a10615ff0e311faf2eb862be3f6
tree924ada079f5b37272bc00e3897c7c5649cf642f4
parent25cb85abe7f38efeef31b9b9bda094dc1c3862c5
kernel: generic: fix problem with w1-gpio-custom

In boards with fdt is impossible to use kmod-w1-gpio-custom.
w1-gpio-custom create platform structure for w1-gpio module,
but if board use fdt, data is ignored in w1-gpio probe.

This workaround fix the problem.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
(cherry picked from commit aa5838adb7be733c427e63bb6cc702f9a533292d)
target/linux/generic/pending-4.14/0931-w1-gpio-fix-problem-with-platfom-data-in-w1-gpio.patch [new file with mode: 0644]
target/linux/generic/pending-4.9/0931-w1-gpio-fix-problem-with-platfom-data-in-w1-gpio.patch [new file with mode: 0644]