commit | be439cc4c404f646a8ba090fa786d53c10926b12 | [log] [tgz] |
---|---|---|
author | Nicolas Saenz Julienne <[email protected]> | Wed Dec 02 11:35:18 2020 +0100 |
committer | Stephen Boyd <[email protected]> | Sat Dec 19 11:48:29 2020 -0800 |
tree | 56f878f37965e1a92cd0e4f06d1a921b806750b1 | |
parent | c82cf05190d482bb3546dffd6a337f38e105daf7 [diff] |
clk: bcm: dvp: Add MODULE_DEVICE_TABLE() Add MODULE_DEVICE_TABLE() so as to be able to use the driver as a module. More precisely, for the driver to be loaded automatically at boot. Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver") Signed-off-by: Nicolas Saenz Julienne <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Maxime Ripard <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>