mv_common.c (538354481ef7dbcd76ebc7334512a9d60994b84e) | mv_common.c (59c3cb81c1769fdb6c840c971df129b52f4a848d) |
---|---|
1/*- 2 * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD. 3 * All rights reserved. 4 * 5 * Developed by Semihalf. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 2268 unchanged lines hidden (view full) --- 2277 2278struct fdt_fixup_entry fdt_fixup_table[] = { 2279 { "mrvl,DB-88F6281", &fdt_fixup_busfreq }, 2280 { "mrvl,DB-78460", &fdt_fixup_busfreq }, 2281 { "mrvl,DB-78460", &fdt_fixup_ranges }, 2282 { NULL, NULL } 2283}; 2284 | 1/*- 2 * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD. 3 * All rights reserved. 4 * 5 * Developed by Semihalf. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 2268 unchanged lines hidden (view full) --- 2277 2278struct fdt_fixup_entry fdt_fixup_table[] = { 2279 { "mrvl,DB-88F6281", &fdt_fixup_busfreq }, 2280 { "mrvl,DB-78460", &fdt_fixup_busfreq }, 2281 { "mrvl,DB-78460", &fdt_fixup_ranges }, 2282 { NULL, NULL } 2283}; 2284 |
2285#ifndef ARM_INTRNG | 2285#ifndef INTRNG |
2286static int 2287fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, 2288 int *pol) 2289{ 2290 2291 if (!fdt_is_compatible(node, "mrvl,pic") && 2292 !fdt_is_compatible(node, "mrvl,mpic")) 2293 return (ENXIO); --- 41 unchanged lines hidden --- | 2286static int 2287fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, 2288 int *pol) 2289{ 2290 2291 if (!fdt_is_compatible(node, "mrvl,pic") && 2292 !fdt_is_compatible(node, "mrvl,mpic")) 2293 return (ENXIO); --- 41 unchanged lines hidden --- |