commit | aad0f6abf113a691b0c0472a26fef6b560d30abf | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Thu Nov 30 14:13:50 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 09 10:59:28 2024 -0500 |
tree | 1fe8b7f674560eec3ede5938a5597030f61b395f | |
parent | 2ed4ba83fb8a1e32a91f4d289069a33d390f532b [diff] |
pinctrl: exynos: Refactor handling the pin related dt properties All pin related dt properties (pin-function, pin-pud and pin-drv) are handled in a very similar way. Get rid of that code duplication by extracting the corresponding data knowledge into an actual data structure (array), and then just iterating over it. No functional change, it's a refactoring commit. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>