~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-a311d.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-a311d.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-a311d.dtsi (Version linux-6.5.13)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2019 BayLibre, SAS                 3  * Copyright (c) 2019 BayLibre, SAS
  4  * Author: Neil Armstrong <narmstrong@baylibre.      4  * Author: Neil Armstrong <narmstrong@baylibre.com>
  5  */                                                 5  */
  6                                                     6 
  7 #include "meson-g12b.dtsi"                          7 #include "meson-g12b.dtsi"
  8                                                     8 
  9 / {                                                 9 / {
 10         cpu_opp_table_0: opp-table-0 {             10         cpu_opp_table_0: opp-table-0 {
 11                 compatible = "operating-points     11                 compatible = "operating-points-v2";
 12                 opp-shared;                        12                 opp-shared;
 13                                                    13 
 14                 opp-1000000000 {                   14                 opp-1000000000 {
 15                         opp-hz = /bits/ 64 <10     15                         opp-hz = /bits/ 64 <1000000000>;
 16                         opp-microvolt = <76100     16                         opp-microvolt = <761000>;
 17                 };                                 17                 };
 18                                                    18 
 19                 opp-1200000000 {                   19                 opp-1200000000 {
 20                         opp-hz = /bits/ 64 <12     20                         opp-hz = /bits/ 64 <1200000000>;
 21                         opp-microvolt = <78100     21                         opp-microvolt = <781000>;
 22                 };                                 22                 };
 23                                                    23 
 24                 opp-1398000000 {                   24                 opp-1398000000 {
 25                         opp-hz = /bits/ 64 <13     25                         opp-hz = /bits/ 64 <1398000000>;
 26                         opp-microvolt = <81100     26                         opp-microvolt = <811000>;
 27                 };                                 27                 };
 28                                                    28 
 29                 opp-1512000000 {                   29                 opp-1512000000 {
 30                         opp-hz = /bits/ 64 <15     30                         opp-hz = /bits/ 64 <1512000000>;
 31                         opp-microvolt = <86100     31                         opp-microvolt = <861000>;
 32                 };                                 32                 };
 33                                                    33 
 34                 opp-1608000000 {                   34                 opp-1608000000 {
 35                         opp-hz = /bits/ 64 <16     35                         opp-hz = /bits/ 64 <1608000000>;
 36                         opp-microvolt = <90100     36                         opp-microvolt = <901000>;
 37                 };                                 37                 };
 38                                                    38 
 39                 opp-1704000000 {                   39                 opp-1704000000 {
 40                         opp-hz = /bits/ 64 <17     40                         opp-hz = /bits/ 64 <1704000000>;
 41                         opp-microvolt = <95100     41                         opp-microvolt = <951000>;
 42                 };                                 42                 };
 43                                                    43 
 44                 opp-1800000000 {                   44                 opp-1800000000 {
 45                         opp-hz = /bits/ 64 <18     45                         opp-hz = /bits/ 64 <1800000000>;
 46                         opp-microvolt = <10010     46                         opp-microvolt = <1001000>;
 47                 };                                 47                 };
 48         };                                         48         };
 49                                                    49 
 50         cpub_opp_table_1: opp-table-1 {            50         cpub_opp_table_1: opp-table-1 {
 51                 compatible = "operating-points     51                 compatible = "operating-points-v2";
 52                 opp-shared;                        52                 opp-shared;
 53                                                    53 
 54                 opp-1000000000 {                   54                 opp-1000000000 {
 55                         opp-hz = /bits/ 64 <10     55                         opp-hz = /bits/ 64 <1000000000>;
 56                         opp-microvolt = <73100     56                         opp-microvolt = <731000>;
 57                 };                                 57                 };
 58                                                    58 
 59                 opp-1200000000 {                   59                 opp-1200000000 {
 60                         opp-hz = /bits/ 64 <12     60                         opp-hz = /bits/ 64 <1200000000>;
 61                         opp-microvolt = <75100     61                         opp-microvolt = <751000>;
 62                 };                                 62                 };
 63                                                    63 
 64                 opp-1398000000 {                   64                 opp-1398000000 {
 65                         opp-hz = /bits/ 64 <13     65                         opp-hz = /bits/ 64 <1398000000>;
 66                         opp-microvolt = <77100     66                         opp-microvolt = <771000>;
 67                 };                                 67                 };
 68                                                    68 
 69                 opp-1512000000 {                   69                 opp-1512000000 {
 70                         opp-hz = /bits/ 64 <15     70                         opp-hz = /bits/ 64 <1512000000>;
 71                         opp-microvolt = <77100     71                         opp-microvolt = <771000>;
 72                 };                                 72                 };
 73                                                    73 
 74                 opp-1608000000 {                   74                 opp-1608000000 {
 75                         opp-hz = /bits/ 64 <16     75                         opp-hz = /bits/ 64 <1608000000>;
 76                         opp-microvolt = <78100     76                         opp-microvolt = <781000>;
 77                 };                                 77                 };
 78                                                    78 
 79                 opp-1704000000 {                   79                 opp-1704000000 {
 80                         opp-hz = /bits/ 64 <17     80                         opp-hz = /bits/ 64 <1704000000>;
 81                         opp-microvolt = <79100     81                         opp-microvolt = <791000>;
 82                 };                                 82                 };
 83                                                    83 
 84                 opp-1800000000 {                   84                 opp-1800000000 {
 85                         opp-hz = /bits/ 64 <18     85                         opp-hz = /bits/ 64 <1800000000>;
 86                         opp-microvolt = <83100     86                         opp-microvolt = <831000>;
 87                 };                                 87                 };
 88                                                    88 
 89                 opp-1908000000 {                   89                 opp-1908000000 {
 90                         opp-hz = /bits/ 64 <19     90                         opp-hz = /bits/ 64 <1908000000>;
 91                         opp-microvolt = <86100     91                         opp-microvolt = <861000>;
 92                 };                                 92                 };
 93                                                    93 
 94                 opp-2016000000 {                   94                 opp-2016000000 {
 95                         opp-hz = /bits/ 64 <20     95                         opp-hz = /bits/ 64 <2016000000>;
 96                         opp-microvolt = <91100     96                         opp-microvolt = <911000>;
 97                 };                                 97                 };
 98                                                    98 
 99                 opp-2108000000 {                   99                 opp-2108000000 {
100                         opp-hz = /bits/ 64 <21    100                         opp-hz = /bits/ 64 <2108000000>;
101                         opp-microvolt = <95100    101                         opp-microvolt = <951000>;
102                 };                                102                 };
103                                                   103 
104                 opp-2208000000 {                  104                 opp-2208000000 {
105                         opp-hz = /bits/ 64 <22    105                         opp-hz = /bits/ 64 <2208000000>;
106                         opp-microvolt = <10110    106                         opp-microvolt = <1011000>;
107                 };                                107                 };
108         };                                        108         };
109 };                                                109 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php