License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 15:07:57 +01:00
// SPDX-License-Identifier: GPL-2.0
2015-03-12 15:48:01 +01:00
/ {
2016-06-30 00:21:37 +02:00
clock@60006000 {
2015-03-12 15:48:01 +01:00
emc-timings-3 {
nvidia,ram-code = <3>;
timing-12750000 {
clock-frequency = <12750000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-20400000 {
clock-frequency = <20400000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-40800000 {
clock-frequency = <40800000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-68000000 {
clock-frequency = <68000000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-102000000 {
clock-frequency = <102000000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-204000000 {
clock-frequency = <204000000>;
nvidia,parent-clock-frequency = <408000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_P>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-300000000 {
clock-frequency = <300000000>;
nvidia,parent-clock-frequency = <600000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_C>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-396000000 {
clock-frequency = <396000000>;
nvidia,parent-clock-frequency = <792000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_M>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-528000000 {
clock-frequency = <528000000>;
nvidia,parent-clock-frequency = <528000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_M_UD>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-600000000 {
clock-frequency = <600000000>;
nvidia,parent-clock-frequency = <600000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_C_UD>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-792000000 {
clock-frequency = <792000000>;
nvidia,parent-clock-frequency = <792000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_M_UD>;
clock-names = "emc-parent";
};
2019-12-18 13:49:14 +01:00
2015-03-12 15:48:01 +01:00
timing-924000000 {
clock-frequency = <924000000>;
nvidia,parent-clock-frequency = <924000000>;
clocks = <&tegra_car TEGRA124_CLK_PLL_M_UD>;
clock-names = "emc-parent";
};
};
};
2019-12-18 13:49:14 +01:00
memory-controller@70019000 {
2015-03-12 15:48:01 +01:00
emc-timings-3 {
nvidia,ram-code = <3>;
timing-12750000 {
clock-frequency = <12750000>;
2019-12-18 13:49:14 +01:00
nvidia,emem-configuration = <
0x40040001
0x8000000a
0x00000001
0x00000001
0x00000002
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000002
0x00000001
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000008
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000002
2015-03-12 15:48:01 +01:00
0x00000003
0x00000006
2019-12-18 13:49:14 +01:00
0x06030203
0x000a0502
0x77e30303
0x70000f03
0x001f0000
>;
};
timing-20400000 {
clock-frequency = <20400000>;
nvidia,emem-configuration = <
0x40020001
0x80000012
0x00000001
0x00000001
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
0x00000002
0x00000001
0x00000003
2019-12-18 13:49:14 +01:00
0x00000008
0x00000003
0x00000002
0x00000003
0x00000006
0x06030203
0x000a0502
0x76230303
0x70000f03
0x001f0000
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-40800000 {
clock-frequency = <40800000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emem-configuration = <
0xa0000001
0x80000017
0x00000001
0x00000001
0x00000002
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000002
0x00000001
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000008
2015-03-12 15:48:01 +01:00
0x00000003
0x00000002
0x00000003
2019-12-18 13:49:14 +01:00
0x00000006
0x06030203
0x000a0502
0x74a30303
0x70000f03
0x001f0000
>;
};
timing-68000000 {
clock-frequency = <68000000>;
nvidia,emem-configuration = <
0x00000001
0x8000001e
0x00000001
0x00000001
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000002
0x00000001
0x00000003
2019-12-18 13:49:14 +01:00
0x00000008
0x00000003
0x00000002
0x00000003
0x00000006
0x06030203
0x000a0502
0x74230403
0x70000f03
0x001f0000
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-102000000 {
clock-frequency = <102000000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emem-configuration = <
0x08000001
0x80000026
2015-03-12 15:48:01 +01:00
0x00000001
0x00000001
2019-12-18 13:49:14 +01:00
0x00000003
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000002
0x00000001
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000008
2015-03-12 15:48:01 +01:00
0x00000003
0x00000002
0x00000003
2019-12-18 13:49:14 +01:00
0x00000006
0x06030203
0x000a0503
0x73c30504
0x70000f03
0x001f0000
>;
};
timing-204000000 {
clock-frequency = <204000000>;
nvidia,emem-configuration = <
0x01000003
0x80000040
0x00000001
0x00000001
2015-03-12 15:48:01 +01:00
0x00000004
0x00000002
2019-12-18 13:49:14 +01:00
0x00000003
2015-03-12 15:48:01 +01:00
0x00000001
2019-12-18 13:49:14 +01:00
0x00000003
2015-03-12 15:48:01 +01:00
0x00000008
2019-12-18 13:49:14 +01:00
0x00000003
0x00000002
2015-03-12 15:48:01 +01:00
0x00000004
2019-12-18 13:49:14 +01:00
0x00000006
0x06040203
0x000a0504
0x73840a05
0x70000f03
0x001f0000
>;
};
timing-300000000 {
clock-frequency = <300000000>;
nvidia,emem-configuration = <
0x08000004
0x80000040
0x00000001
0x00000002
0x00000007
2015-03-12 15:48:01 +01:00
0x00000004
2019-12-18 13:49:14 +01:00
0x00000004
0x00000001
0x00000002
0x00000007
0x00000002
0x00000002
0x00000004
0x00000006
0x06040202
0x000b0607
0x77450e08
0x70000f03
0x001f0000
>;
};
timing-396000000 {
clock-frequency = <396000000>;
nvidia,emem-configuration = <
0x0f000005
0x80000040
0x00000001
0x00000002
0x00000009
0x00000005
0x00000006
0x00000001
0x00000002
0x00000008
0x00000002
0x00000002
0x00000004
0x00000006
0x06040202
0x000d0709
0x7586120a
0x70000f03
0x001f0000
>;
};
timing-528000000 {
clock-frequency = <528000000>;
nvidia,emem-configuration = <
0x0f000007
0x80000040
0x00000002
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x0000000c
0x00000007
0x00000008
0x00000001
0x00000002
0x00000009
0x00000002
0x00000002
0x00000005
0x00000006
0x06050202
0x0010090c
0x7428180d
0x70000f03
0x001f0000
>;
};
timing-600000000 {
clock-frequency = <600000000>;
nvidia,emem-configuration = <
0x00000009
0x80000040
0x00000003
0x00000004
0x0000000e
0x00000009
2015-03-12 15:48:01 +01:00
0x0000000a
2019-12-18 13:49:14 +01:00
0x00000001
0x00000003
0x0000000b
0x00000002
0x00000002
0x00000005
0x00000007
0x07050202
0x00130b0e
0x73a91b0f
0x70000f03
0x001f0000
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-792000000 {
clock-frequency = <792000000>;
nvidia,emem-configuration = <
0x0e00000b
0x80000040
0x00000004
0x00000005
0x00000013
0x0000000c
0x0000000d
0x00000002
0x00000003
0x0000000c
0x00000002
0x00000002
0x00000006
0x00000008
0x08060202
0x00170e13
0x736c2414
0x70000f02
0x001f0000
>;
};
timing-924000000 {
clock-frequency = <924000000>;
nvidia,emem-configuration = <
0x0e00000d
0x80000040
0x00000005
0x00000006
0x00000016
0x0000000e
0x0000000f
0x00000002
0x00000004
0x0000000e
0x00000002
0x00000002
0x00000006
0x00000009
0x09060202
0x001a1016
0x734e2a17
0x70000f02
0x001f0000
>;
};
};
};
external-memory-controller@7001b000 {
emc-timings-3 {
nvidia,ram-code = <3>;
timing-12750000 {
clock-frequency = <12750000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
nvidia,emc-cfg-2 = <0x000008c5>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100003>;
nvidia,emc-mode-2 = <0x80200008>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00000000>;
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000004
0x0000000a
0x00000005
0x0000000b
0x00000000
0x00000000
0x00000003
0x00000003
0x00000000
0x00000006
0x00000006
0x00000006
0x00000002
0x00000000
0x00000005
0x00000005
0x00010000
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
0x00000004
0x0000000c
0x0000000d
0x0000000f
2019-12-18 13:49:14 +01:00
0x00000060
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000018
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000007
2015-03-12 15:48:01 +01:00
0x0000000f
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000005
0x00000005
2019-12-18 13:49:14 +01:00
0x00000064
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x106aa298
0x002c00a0
0x00008000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x000fc000
0x000fc000
0x000fc000
0x000fc000
0x0000fc00
0x0000fc00
0x0000fc00
0x0000fc00
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
0x00000e0e
0x81f1f108
0x07070004
0x0000003f
0x016eeeee
0x51451400
0x00514514
0x00514514
0x51451400
0x0000003f
2019-12-18 13:49:14 +01:00
0x00000007
2015-03-12 15:48:01 +01:00
0x00000000
0x00000042
0x000e000e
0x00000000
0x00000003
0x0000f2f3
2019-12-18 13:49:14 +01:00
0x800001c5
2015-03-12 15:48:01 +01:00
0x0000000a
>;
};
2019-12-18 13:49:14 +01:00
timing-20400000 {
clock-frequency = <20400000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
nvidia,emc-cfg-2 = <0x000008c5>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100003>;
nvidia,emc-mode-2 = <0x80200008>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00000000>;
nvidia,emc-configuration = <
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000000
0x00000000
0x00000000
2015-03-12 15:48:01 +01:00
0x00000004
0x0000000a
0x00000005
0x0000000b
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000003
0x00000000
0x00000006
0x00000006
0x00000006
0x00000002
0x00000000
0x00000005
0x00000005
0x00010000
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
0x00000004
0x0000000c
0x0000000d
0x0000000f
2019-12-18 13:49:14 +01:00
0x0000009a
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000026
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000007
2015-03-12 15:48:01 +01:00
0x0000000f
2019-12-18 13:49:14 +01:00
0x00000006
0x00000006
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000005
0x00000005
2019-12-18 13:49:14 +01:00
0x000000a0
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x106aa298
0x002c00a0
0x00008000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x000fc000
0x000fc000
0x000fc000
0x000fc000
0x0000fc00
0x0000fc00
0x0000fc00
0x0000fc00
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
0x00000e0e
0x81f1f108
0x07070004
0x0000003f
0x016eeeee
0x51451400
0x00514514
0x00514514
0x51451400
0x0000003f
2019-12-18 13:49:14 +01:00
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000000
0x00000042
0x000e000e
0x00000000
0x00000003
0x0000f2f3
2019-12-18 13:49:14 +01:00
0x8000023a
2015-03-12 15:48:01 +01:00
0x0000000a
>;
};
2019-12-18 13:49:14 +01:00
timing-40800000 {
clock-frequency = <40800000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-cfg-2 = <0x000008c5>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100003>;
nvidia,emc-mode-2 = <0x80200008>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
2019-12-18 13:49:14 +01:00
nvidia,emc-zcal-interval = <0x00000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x00000001
0x0000000a
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000001
0x00000000
0x00000004
2015-03-12 15:48:01 +01:00
0x0000000a
0x00000005
0x0000000b
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000003
0x00000000
2019-12-18 13:49:14 +01:00
0x00000006
0x00000006
2015-03-12 15:48:01 +01:00
0x00000006
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
2015-03-12 15:48:01 +01:00
0x00010000
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000004
0x0000000c
2015-03-12 15:48:01 +01:00
0x0000000d
0x0000000f
2019-12-18 13:49:14 +01:00
0x00000134
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x0000004d
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000008
2015-03-12 15:48:01 +01:00
0x0000000f
2019-12-18 13:49:14 +01:00
0x0000000c
0x0000000c
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000005
0x00000005
2019-12-18 13:49:14 +01:00
0x0000013f
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x106aa298
0x002c00a0
0x00008000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x000fc000
0x000fc000
0x000fc000
0x000fc000
0x0000fc00
0x0000fc00
0x0000fc00
0x0000fc00
2015-03-12 15:48:01 +01:00
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
2019-12-18 13:49:14 +01:00
0x00000e0e
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
0x0000003f
0x016eeeee
0x51451400
0x00514514
0x00514514
0x51451400
0x0000003f
2019-12-18 13:49:14 +01:00
0x00000015
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000042
2015-03-12 15:48:01 +01:00
0x000e000e
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x0000f2f3
0x80000370
2015-03-12 15:48:01 +01:00
0x0000000a
>;
};
2019-12-18 13:49:14 +01:00
timing-68000000 {
clock-frequency = <68000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
2019-12-18 13:49:14 +01:00
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
nvidia,emc-cfg-2 = <0x000008c5>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-1 = <0x80100003>;
nvidia,emc-mode-2 = <0x80200008>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
2015-03-12 15:48:01 +01:00
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
2019-12-18 13:49:14 +01:00
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-cnt-long = <0x00000042>;
2019-12-18 13:49:14 +01:00
nvidia,emc-zcal-interval = <0x00000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-configuration = <
0x00000003
2019-12-18 13:49:14 +01:00
0x00000011
0x00000000
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000004
0x0000000a
0x00000005
0x0000000b
0x00000000
0x00000000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000003
0x00000000
2019-12-18 13:49:14 +01:00
0x00000006
0x00000006
0x00000006
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x00000000
0x00000005
0x00000005
0x00010000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000004
0x0000000c
0x0000000d
0x0000000f
0x00000202
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000080
0x00000002
0x00000002
2015-03-12 15:48:01 +01:00
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x0000000f
0x0000000f
0x00000013
0x00000013
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000001
2015-03-12 15:48:01 +01:00
0x00000000
0x00000005
0x00000005
2019-12-18 13:49:14 +01:00
0x00000213
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x106aa298
2015-03-12 15:48:01 +01:00
0x002c00a0
0x00008000
2019-12-18 13:49:14 +01:00
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x000fc000
0x000fc000
0x000fc000
0x000fc000
0x0000fc00
0x0000fc00
0x0000fc00
0x0000fc00
2015-03-12 15:48:01 +01:00
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
2019-12-18 13:49:14 +01:00
0x00000e0e
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
2019-12-18 13:49:14 +01:00
0x0000003f
2015-03-12 15:48:01 +01:00
0x016eeeee
2019-12-18 13:49:14 +01:00
0x51451400
2015-03-12 15:48:01 +01:00
0x00514514
0x00514514
0x51451400
0x0000003f
2019-12-18 13:49:14 +01:00
0x00000022
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000042
0x000e000e
2015-03-12 15:48:01 +01:00
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x0000f2f3
0x8000050e
0x0000000a
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-102000000 {
clock-frequency = <102000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
2019-12-18 13:49:14 +01:00
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
nvidia,emc-cfg-2 = <0x000008c5>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-1 = <0x80100003>;
nvidia,emc-mode-2 = <0x80200008>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-cnt-long = <0x00000042>;
2019-12-18 13:49:14 +01:00
nvidia,emc-zcal-interval = <0x00000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-configuration = <
0x00000004
2019-12-18 13:49:14 +01:00
0x0000001a
0x00000000
0x00000003
0x00000001
2015-03-12 15:48:01 +01:00
0x00000004
0x0000000a
2019-12-18 13:49:14 +01:00
0x00000005
0x0000000b
0x00000001
0x00000001
2015-03-12 15:48:01 +01:00
0x00000003
0x00000003
2019-12-18 13:49:14 +01:00
0x00000000
0x00000006
0x00000006
0x00000006
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
0x00010000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000004
0x0000000c
0x0000000d
2015-03-12 15:48:01 +01:00
0x0000000f
2019-12-18 13:49:14 +01:00
0x00000304
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x000000c1
0x00000002
0x00000002
2015-03-12 15:48:01 +01:00
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000018
2015-03-12 15:48:01 +01:00
0x0000000f
2019-12-18 13:49:14 +01:00
0x0000001c
0x0000001c
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000002
2015-03-12 15:48:01 +01:00
0x00000000
0x00000005
0x00000005
2019-12-18 13:49:14 +01:00
0x0000031c
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x106aa298
2015-03-12 15:48:01 +01:00
0x002c00a0
0x00008000
2019-12-18 13:49:14 +01:00
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x000fc000
0x000fc000
0x000fc000
0x000fc000
0x0000fc00
0x0000fc00
0x0000fc00
0x0000fc00
2015-03-12 15:48:01 +01:00
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
2019-12-18 13:49:14 +01:00
0x00000e0e
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
2019-12-18 13:49:14 +01:00
0x0000003f
2015-03-12 15:48:01 +01:00
0x016eeeee
2019-12-18 13:49:14 +01:00
0x51451400
2015-03-12 15:48:01 +01:00
0x00514514
0x00514514
0x51451400
0x0000003f
2019-12-18 13:49:14 +01:00
0x00000033
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000042
0x000e000e
2015-03-12 15:48:01 +01:00
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x0000f2f3
0x80000713
0x0000000a
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-204000000 {
clock-frequency = <204000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
2019-12-18 13:49:14 +01:00
nvidia,emc-bgbias-ctl0 = <0x00000008>;
nvidia,emc-cfg = <0x73240000>;
nvidia,emc-cfg-2 = <0x000008cd>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-1 = <0x80100003>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-2 = <0x80200008>;
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80001221>;
nvidia,emc-mrs-wait-cnt = <0x000e000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x0130b118>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x00000009
0x00000035
2015-03-12 15:48:01 +01:00
0x00000000
0x00000006
0x00000002
2019-12-18 13:49:14 +01:00
0x00000005
0x0000000a
0x00000005
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000003
0x00000003
2019-12-18 13:49:14 +01:00
0x00000000
0x00000005
0x00000005
2015-03-12 15:48:01 +01:00
0x00000006
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000004
0x00000006
0x00010000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x0000000d
0x0000000f
0x00000011
0x00000607
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000181
0x00000002
2015-03-12 15:48:01 +01:00
0x00000002
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000032
0x0000000f
0x00000038
0x00000038
2015-03-12 15:48:01 +01:00
0x00000004
0x00000005
0x00000004
0x00000006
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
0x00000638
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x106aa298
0x002c00a0
2015-03-12 15:48:01 +01:00
0x00008000
2019-12-18 13:49:14 +01:00
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
0x00080000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00008000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00008000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00090000
0x00090000
0x00090000
0x00090000
0x00009000
0x00009000
0x00009000
0x00009000
0x10000280
2015-03-12 15:48:01 +01:00
0x00000000
0x00111111
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x77ffc081
0x00000707
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
2019-12-18 13:49:14 +01:00
0x0000003f
2015-03-12 15:48:01 +01:00
0x016eeeee
2019-12-18 13:49:14 +01:00
0x51451400
2015-03-12 15:48:01 +01:00
0x00514514
0x00514514
0x51451400
2019-12-18 13:49:14 +01:00
0x0000003f
0x00000066
2015-03-12 15:48:01 +01:00
0x00000000
0x00000100
2019-12-18 13:49:14 +01:00
0x000e000e
2015-03-12 15:48:01 +01:00
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x0000d2b3
0x80000d22
2015-03-12 15:48:01 +01:00
0x0000000a
>;
};
2019-12-18 13:49:14 +01:00
timing-300000000 {
clock-frequency = <300000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-cfg = <0x73340000>;
nvidia,emc-cfg-2 = <0x000008d5>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-2 = <0x80200000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80000321>;
nvidia,emc-mrs-wait-cnt = <0x0173000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040128>;
nvidia,emc-xm2dqspadctrl2 = <0x01231339>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x0000000d
0x0000004d
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000009
0x00000003
0x00000004
0x00000008
0x00000002
0x00000009
0x00000003
2015-03-12 15:48:01 +01:00
0x00000003
0x00000002
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x00000003
2015-03-12 15:48:01 +01:00
0x00000005
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000002
0x00000007
0x00020000
2015-03-12 15:48:01 +01:00
0x00000003
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000001
0x0000000e
0x00000010
2015-03-12 15:48:01 +01:00
0x00000012
2019-12-18 13:49:14 +01:00
0x000008e4
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000239
0x00000001
0x00000008
2015-03-12 15:48:01 +01:00
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x0000004b
0x0000000e
0x00000052
2015-03-12 15:48:01 +01:00
0x00000200
0x00000004
0x00000005
0x00000004
2019-12-18 13:49:14 +01:00
0x00000008
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
0x00000924
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x104ab098
2019-12-18 13:49:14 +01:00
0x002c00a0
2015-03-12 15:48:01 +01:00
0x00008000
2019-12-18 13:49:14 +01:00
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00098000
0x00098000
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00098000
0x00098000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00050000
0x00050000
0x00050000
0x00050000
0x00005000
0x00005000
0x00005000
0x00005000
0x10000280
2015-03-12 15:48:01 +01:00
0x00000000
0x00111111
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x77ffc081
2015-03-12 15:48:01 +01:00
0x00000505
0x81f1f108
0x07070004
0x00000000
0x016eeeee
0x51451420
0x00514514
0x00514514
0x51451400
2019-12-18 13:49:14 +01:00
0x0000003f
0x00000096
2015-03-12 15:48:01 +01:00
0x00000000
0x00000100
2019-12-18 13:49:14 +01:00
0x0173000e
2015-03-12 15:48:01 +01:00
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x000052a3
0x800012d7
0x00000009
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-396000000 {
clock-frequency = <396000000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-cfg = <0x73340000>;
nvidia,emc-cfg-2 = <0x00000895>;
2015-03-12 15:48:01 +01:00
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-2 = <0x80200000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80000521>;
nvidia,emc-mrs-wait-cnt = <0x015b000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040008>;
nvidia,emc-xm2dqspadctrl2 = <0x01231339>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x00000011
0x00000066
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x0000000c
2015-03-12 15:48:01 +01:00
0x00000004
2019-12-18 13:49:14 +01:00
0x00000004
0x00000008
0x00000002
2015-03-12 15:48:01 +01:00
0x0000000a
0x00000004
2019-12-18 13:49:14 +01:00
0x00000004
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x00000003
0x00000005
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
0x00000001
2019-12-18 13:49:14 +01:00
0x00000008
0x00020000
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x0000000f
0x00000010
0x00000012
0x00000bd1
0x00000000
0x000002f4
0x00000001
0x00000008
2015-03-12 15:48:01 +01:00
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000063
0x0000000f
0x0000006c
2015-03-12 15:48:01 +01:00
0x00000200
2019-12-18 13:49:14 +01:00
0x00000004
2015-03-12 15:48:01 +01:00
0x00000005
2019-12-18 13:49:14 +01:00
0x00000004
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
0x00000c11
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x104ab098
2019-12-18 13:49:14 +01:00
0x002c00a0
2015-03-12 15:48:01 +01:00
0x00008000
2019-12-18 13:49:14 +01:00
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
0x00030000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00070000
0x00070000
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00070000
0x00070000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00038000
0x00038000
0x00038000
0x00038000
0x00003800
0x00003800
0x00003800
0x00003800
0x10000280
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc081
0x00000505
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
0x00000000
0x016eeeee
2019-12-18 13:49:14 +01:00
0x51451420
2015-03-12 15:48:01 +01:00
0x00514514
0x00514514
2019-12-18 13:49:14 +01:00
0x51451400
0x0000003f
0x000000c6
2015-03-12 15:48:01 +01:00
0x00000000
0x00000100
2019-12-18 13:49:14 +01:00
0x015b000e
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x000052a3
0x8000188b
0x00000009
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-528000000 {
clock-frequency = <528000000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
2015-03-12 15:48:01 +01:00
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
nvidia,emc-cfg = <0x73300000>;
nvidia,emc-cfg-2 = <0x0000089d>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-2 = <0x80200008>;
2015-03-12 15:48:01 +01:00
nvidia,emc-mode-4 = <0x00000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-mode-reset = <0x80000941>;
nvidia,emc-mrs-wait-cnt = <0x0139000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040008>;
nvidia,emc-xm2dqspadctrl2 = <0x0123133d>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
2015-03-12 15:48:01 +01:00
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
2019-12-18 13:49:14 +01:00
0x00000018
0x00000088
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000010
0x00000006
0x00000006
2015-03-12 15:48:01 +01:00
0x00000009
0x00000002
0x0000000d
2019-12-18 13:49:14 +01:00
0x00000006
0x00000006
0x00000002
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x00000003
0x00000006
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000001
0x00000009
0x00030000
0x00000003
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000010
0x00000012
0x00000014
0x00000fd6
0x00000000
0x000003f5
0x00000002
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000001
0x00000000
2019-12-18 13:49:14 +01:00
0x00000085
0x00000012
0x00000090
2015-03-12 15:48:01 +01:00
0x00000200
2019-12-18 13:49:14 +01:00
0x00000004
0x00000005
0x00000004
0x00000010
0x00000000
2015-03-12 15:48:01 +01:00
0x00000006
0x00000006
2019-12-18 13:49:14 +01:00
0x00001017
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x104ab098
0xe01200b1
0x00008000
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
2015-03-12 15:48:01 +01:00
0x0000000a
0x0000000a
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00054000
0x00054000
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00054000
0x00054000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x0000000c
0x0000000c
0x0000000c
0x0000000c
0x0000000c
0x0000000c
0x0000000c
0x0000000c
2015-03-12 15:48:01 +01:00
0x100002a0
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc085
2019-12-18 13:49:14 +01:00
0x00000505
2015-03-12 15:48:01 +01:00
0x81f1f108
0x07070004
0x00000000
0x016eeeee
2019-12-18 13:49:14 +01:00
0x51451420
2015-03-12 15:48:01 +01:00
0x00514514
0x00514514
2019-12-18 13:49:14 +01:00
0x51451400
2015-03-12 15:48:01 +01:00
0x0606003f
0x00000000
0x00000000
2019-12-18 13:49:14 +01:00
0x00000100
0x0139000e
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000003
0x000042a0
0x80002062
0x0000000a
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-600000000 {
clock-frequency = <600000000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
nvidia,emc-cfg = <0x73300000>;
nvidia,emc-cfg-2 = <0x0000089d>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
nvidia,emc-mode-2 = <0x80200010>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80000b61>;
nvidia,emc-mrs-wait-cnt = <0x0127000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040008>;
nvidia,emc-xm2dqspadctrl2 = <0x0121113d>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00020000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emc-configuration = <
0x0000001b
0x0000009b
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000013
0x00000007
0x00000007
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000010
0x00000007
0x00000007
2015-03-12 15:48:01 +01:00
0x00000002
0x00000002
0x00000000
2019-12-18 13:49:14 +01:00
0x00000005
0x00000005
0x0000000a
2015-03-12 15:48:01 +01:00
0x00000002
0x00000000
0x00000003
2019-12-18 13:49:14 +01:00
0x0000000b
0x00070000
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
2015-03-12 15:48:01 +01:00
0x00000000
0x00000002
2019-12-18 13:49:14 +01:00
0x00000012
0x00000016
0x00000018
0x00001208
2015-03-12 15:48:01 +01:00
0x00000000
2019-12-18 13:49:14 +01:00
0x00000482
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x0000000d
2015-03-12 15:48:01 +01:00
0x00000001
2019-12-18 13:49:14 +01:00
0x00000000
0x00000097
0x00000015
0x000000a3
0x00000200
0x00000004
0x00000005
0x00000004
0x00000013
0x00000000
2015-03-12 15:48:01 +01:00
0x00000006
0x00000006
2019-12-18 13:49:14 +01:00
0x00001248
0x00000000
0x00000000
0x00000000
0x104ab098
0xe00e00b1
0x00008000
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00048000
0x00048000
0x00000000
0x00048000
0x00048000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x0000000d
0x0000000d
0x0000000d
0x0000000d
0x0000000d
0x0000000d
0x0000000d
0x0000000d
0x100002a0
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc085
0x00000505
0x81f1f108
0x07070004
0x00000000
0x016eeeee
0x51451420
0x00514514
0x00514514
0x51451400
0x0606003f
0x00000000
0x00000000
0x00000100
0x0127000e
0x00000000
0x00000003
0x000040a0
0x800024aa
0x0000000e
2015-03-12 15:48:01 +01:00
>;
};
2019-12-18 13:49:14 +01:00
timing-792000000 {
clock-frequency = <792000000>;
2015-03-12 15:48:01 +01:00
2019-12-18 13:49:14 +01:00
nvidia,emc-auto-cal-config = <0xa1430000>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
nvidia,emc-cfg = <0x73300000>;
nvidia,emc-cfg-2 = <0x0000089d>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
nvidia,emc-mode-2 = <0x80200018>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80000d71>;
nvidia,emc-mrs-wait-cnt = <0x00f7000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040000>;
nvidia,emc-xm2dqspadctrl2 = <0x0120113d>;
nvidia,emc-zcal-cnt-long = <0x00000042>;
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
0x00000024
0x000000cd
0x00000000
0x00000019
0x0000000a
0x00000008
0x0000000d
2015-03-12 15:48:01 +01:00
0x00000004
2019-12-18 13:49:14 +01:00
0x00000013
0x0000000a
0x0000000a
2015-03-12 15:48:01 +01:00
0x00000004
0x00000002
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000006
0x00000006
2019-12-18 13:49:14 +01:00
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x00000000
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x0000000d
0x00080000
2015-03-12 15:48:01 +01:00
0x00000004
2019-12-18 13:49:14 +01:00
0x00000000
0x00000000
0x00000000
0x00000000
0x00000001
0x00000014
0x00000018
0x0000001a
0x000017e2
0x00000000
0x000005f8
2015-03-12 15:48:01 +01:00
0x00000003
2019-12-18 13:49:14 +01:00
0x00000011
2015-03-12 15:48:01 +01:00
0x00000001
2019-12-18 13:49:14 +01:00
0x00000000
0x000000c7
0x00000018
0x000000d7
0x00000200
2015-03-12 15:48:01 +01:00
0x00000005
0x00000006
0x00000005
2019-12-18 13:49:14 +01:00
0x00000019
0x00000000
2015-03-12 15:48:01 +01:00
0x00000008
2019-12-18 13:49:14 +01:00
0x00000008
0x00001822
0x00000000
0x00000000
0x00000000
0x104ab098
0xe00700b1
0x00008000
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x007fc008
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00034000
0x00034000
0x00000000
0x00034000
0x00034000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x00000005
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x0000000a
0x100002a0
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc085
0x00000000
0x81f1f108
0x07070004
0x00000000
0x016eeeee
0x61861820
0x00514514
0x00514514
0x61861800
0x0606003f
0x00000000
0x00000000
0x00000100
0x00f7000e
0x00000000
0x00000004
0x00004080
0x80003012
0x0000000f
2015-03-12 15:48:01 +01:00
>;
};
timing-924000000 {
clock-frequency = <924000000>;
2019-12-18 13:49:14 +01:00
nvidia,emc-auto-cal-config = <0xa1430303>;
nvidia,emc-auto-cal-config2 = <0x00000000>;
nvidia,emc-auto-cal-config3 = <0x00000000>;
nvidia,emc-auto-cal-interval = <0x001fffff>;
nvidia,emc-bgbias-ctl0 = <0x00000000>;
nvidia,emc-cfg = <0x73300000>;
nvidia,emc-cfg-2 = <0x0000089d>;
nvidia,emc-ctt-term-ctrl = <0x00000802>;
nvidia,emc-mode-1 = <0x80100002>;
nvidia,emc-mode-2 = <0x80200020>;
nvidia,emc-mode-4 = <0x00000000>;
nvidia,emc-mode-reset = <0x80000f15>;
nvidia,emc-mrs-wait-cnt = <0x00cd000e>;
nvidia,emc-sel-dpd-ctrl = <0x00040000>;
nvidia,emc-xm2dqspadctrl2 = <0x0120113d>;
nvidia,emc-zcal-cnt-long = <0x0000004c>;
nvidia,emc-zcal-interval = <0x00020000>;
nvidia,emc-configuration = <
0x0000002b
0x000000f0
0x00000000
0x0000001e
0x0000000b
0x00000009
0x0000000f
2015-03-12 15:48:01 +01:00
0x00000005
0x00000016
2019-12-18 13:49:14 +01:00
0x0000000b
0x0000000b
2015-03-12 15:48:01 +01:00
0x00000004
0x00000002
2019-12-18 13:49:14 +01:00
0x00000000
0x00000007
0x00000007
0x0000000d
0x00000002
0x00000000
2015-03-12 15:48:01 +01:00
0x00000002
2019-12-18 13:49:14 +01:00
0x0000000f
0x000a0000
0x00000004
0x00000000
0x00000000
0x00000000
0x00000000
0x00000001
0x00000016
0x0000001a
0x0000001c
0x00001be7
0x00000000
0x000006f9
0x00000004
0x00000015
0x00000001
0x00000000
0x000000e7
0x0000001b
0x000000fb
0x00000200
2015-03-12 15:48:01 +01:00
0x00000006
2019-12-18 13:49:14 +01:00
0x00000007
0x00000006
0x0000001e
0x00000000
0x0000000a
0x0000000a
0x00001c28
0x00000000
0x00000000
0x00000000
0x104ab898
0xe00400b1
0x00008000
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x007f800a
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x0002c000
0x0002c000
0x00000000
0x0002c000
0x0002c000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000004
0x00000008
0x00000008
0x00000008
0x00000008
0x00000008
0x00000008
0x00000008
0x00000008
0x100002a0
0x00000000
0x00111111
0x00000000
0x00000000
0x77ffc085
0x00000000
0x81f1f108
0x07070004
0x00000000
0x016eeeee
0x5d75d720
0x00514514
0x00514514
0x5d75d700
0x0606003f
0x00000000
0x00000000
0x00000128
0x00cd000e
0x00000000
0x00000004
0x00004080
0x800037ea
0x00000011
2015-03-12 15:48:01 +01:00
>;
};
};
};
};
2020-11-23 03:27:23 +03:00
&emc_icc_dvfs_opp_table {
2021-12-01 02:23:41 +03:00
/delete-node/ opp-1200000000-1100;
2020-11-23 03:27:23 +03:00
};
&emc_bw_dfs_opp_table {
2021-12-01 02:23:41 +03:00
/delete-node/ opp-1200000000;
2020-11-23 03:27:23 +03:00
};