mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7779: marzen: Configure pinmuxing for the DU0 input clock
DU0 uses an externally provided clock, but the corresponding pin isn't correctly muxed. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
cbdcf396fc
commit
8698d83dcf
|
@ -170,7 +170,7 @@ &pfc {
|
|||
|
||||
du_pins: du {
|
||||
du0 {
|
||||
groups = "du0_rgb888", "du0_sync_1", "du0_clk_out_0";
|
||||
groups = "du0_rgb888", "du0_sync_1", "du0_clk_out_0", "du0_clk_in";
|
||||
function = "du0";
|
||||
};
|
||||
du1 {
|
||||
|
|
Loading…
Reference in New Issue