layerscape: make uImage with zImage for 32-bit kernel
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 8229-drivers-clk-qoriq-Add-ls2088a-key-to-chipinfo-table.patch
1 From cb8a47d43caa2b07a62d81ee0b65c0d16560c276 Mon Sep 17 00:00:00 2001
2 From: Abhimanyu Saini <abhimanyu.saini@nxp.com>
3 Date: Fri, 3 Jun 2016 13:15:28 +0530
4 Subject: [PATCH 229/238] drivers: clk: qoriq: Add ls2088a key to chipinfo
5 table
6
7 ---
8 drivers/clk/clk-qoriq.c | 11 +++++++++++
9 1 file changed, 11 insertions(+)
10
11 --- a/drivers/clk/clk-qoriq.c
12 +++ b/drivers/clk/clk-qoriq.c
13 @@ -559,6 +559,17 @@ static const struct clockgen_chipinfo ch
14 .flags = CG_VER3 | CG_LITTLE_ENDIAN,
15 },
16 {
17 + .compat = "fsl,ls2088a-clockgen",
18 + .cmux_groups = {
19 + &clockgen2_cmux_cga12, &clockgen2_cmux_cgb
20 + },
21 + .cmux_to_group = {
22 + 0, 0, 1, 1, -1
23 + },
24 + .pll_mask = 0x37,
25 + .flags = CG_VER3 | CG_LITTLE_ENDIAN,
26 + },
27 + {
28 .compat = "fsl,p2041-clockgen",
29 .guts_compat = "fsl,qoriq-device-config-1.0",
30 .init_periph = p2041_init_periph,