ramips: move partitions into partition table node

Starting with kernel 4.4, the use of partitions as direct subnodes of the
mtd device is discouraged and only supported for backward compatiblity
reasons.

Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
Alex Maclean
2018-08-01 21:32:34 +01:00
committed by Mathias Kresin
parent 6dd94c2781
commit 6031ab345d
257 changed files with 6665 additions and 5623 deletions

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -50,6 +53,7 @@
reg = <0x50000 0x390000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -50,6 +53,7 @@
reg = <0x50000 0x390000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -54,12 +54,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -84,6 +87,7 @@
};
};
};
};
&gpio1 {
status = "okay";

View File

@@ -69,12 +69,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -99,6 +102,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -60,12 +60,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -90,6 +93,7 @@
};
};
};
};
&gpio1 {
status = "okay";

View File

@@ -136,12 +136,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -171,6 +174,7 @@
};
};
};
};
&wmac {
ralink,mtd-eeprom = <&factory 0>;

View File

@@ -51,12 +51,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0 0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -81,6 +84,7 @@
};
};
};
};
&ehci {
status = "okay";

View File

@@ -43,12 +43,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -73,6 +76,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -19,6 +19,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -45,6 +48,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -53,12 +53,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -83,6 +86,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -53,12 +53,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -83,6 +86,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -82,13 +82,16 @@
status = "okay";
mx25l6405d@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mx25l6405d","jedec,spi-nor";
reg = <0 0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -113,6 +116,7 @@
};
};
};
};
&sdhci {
status = "okay";

View File

@@ -17,6 +17,9 @@
compatible = "cfi-flash";
reg = <0xbc400000 0x800000>;
bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -37,6 +40,7 @@
label = "firmware";
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -17,6 +17,9 @@
compatible = "cfi-flash";
reg = <0xbc400000 0x800000>;
bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -42,6 +45,7 @@
label = "firmware";
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "uboot";
reg = <0x0 0x30000>;
@@ -59,3 +62,4 @@
};
};
};
};

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "uboot";
reg = <0x0 0x30000>;
@@ -53,3 +56,4 @@
};
};
};
};

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -42,6 +45,7 @@
reg = <0x50000 0x7a0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -39,12 +39,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -69,6 +72,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;
compatible = "jedec,spi-nor";
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;
compatible = "jedec,spi-nor";
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -123,13 +123,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -159,6 +162,7 @@
};
};
};
};
&wmac {
status = "okay";

View File

@@ -83,12 +83,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -125,6 +128,7 @@
};
};
};
};
&ethernet {
status = "okay";

View File

@@ -69,12 +69,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -107,6 +110,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -96,12 +96,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -138,6 +141,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -95,12 +95,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -137,6 +140,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -116,12 +116,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x20000>;
@@ -152,6 +155,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -14,6 +14,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -40,6 +43,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -96,12 +96,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -126,6 +129,7 @@
};
};
};
};
&pcm {
status = "okay";

View File

@@ -54,6 +54,9 @@
compatible = "cfi-flash";
reg = <0x1c000000 0x800000>;
bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -86,6 +89,7 @@
label = "firmware";
};
};
};
rtl8367 {
compatible = "realtek,rtl8367";

View File

@@ -14,6 +14,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -40,6 +43,7 @@
reg = <0x50000 0x790000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -114,12 +114,15 @@
status = "okay";
en25q128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -144,6 +147,7 @@
};
};
};
};
&sdhci {
status = "okay";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
i2c-gpio {
compatible = "i2c-gpio";

View File

@@ -68,12 +68,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -98,6 +101,7 @@
};
};
};
};
&ethernet {
mtd-mac-address = <&factory 0x4>;

View File

@@ -70,12 +70,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -100,6 +103,7 @@
};
};
};
};
&pcm {
status = "okay";

View File

@@ -17,6 +17,9 @@
compatible = "cfi-flash";
reg = <0x1c000000 0x800000>;
bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -54,6 +57,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
rtl8367 {
compatible = "realtek,rtl8367";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -115,12 +115,15 @@
status = "okay";
en25q128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -145,6 +148,7 @@
};
};
};
};
&sdhci {
status = "okay";

View File

@@ -22,6 +22,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -54,6 +57,7 @@
reg = <0xb0000 0x750000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -18,6 +18,9 @@
reg = <0xbc400000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -38,6 +41,7 @@
reg = <0x40000 0x3a0000>;
};
};
};
rtl8366s {
compatible = "realtek,rtl8366s";

View File

@@ -42,12 +42,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -72,6 +75,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -99,13 +99,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <80000000>;
m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -148,6 +151,7 @@
};
};
};
};
&gdma {
status = "okay";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x400000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -49,12 +49,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -79,6 +82,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-keys-polled {
compatible = "gpio-keys-polled";

View File

@@ -49,12 +49,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -79,6 +82,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -71,12 +71,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -101,6 +104,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-keys-polled {
compatible = "gpio-keys-polled";

View File

@@ -49,12 +49,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -79,6 +82,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-keys-polled {
compatible = "gpio-keys-polled";

View File

@@ -64,12 +64,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -94,6 +97,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-keys-polled {
compatible = "gpio-keys-polled";

View File

@@ -43,12 +43,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -73,6 +76,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -71,12 +71,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <25000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "uboot";
reg = <0x0 0x30000>;
@@ -112,6 +115,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -54,12 +54,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -108,6 +111,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -68,13 +68,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -111,6 +114,7 @@
};
};
};
};
&pcie {
status = "okay";

View File

@@ -107,14 +107,17 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <60000000>;
m25p,chunked-io = <32>;
m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -139,3 +142,4 @@
};
};
};
};

View File

@@ -57,12 +57,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "jboot";
reg = <0x0 0x10000>;
@@ -81,6 +84,7 @@
};
};
};
};
&ehci {
status = "okay";

View File

@@ -79,13 +79,16 @@
status = "okay";
mx25l6405d@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <30000000>;
m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "jboot";
reg = <0x0 0x10000>;
@@ -103,6 +106,7 @@
};
};
};
};
&spi1 {
status = "okay";

View File

@@ -97,12 +97,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "jboot";
reg = <0x0 0x10000>;
@@ -121,6 +124,7 @@
};
};
};
};
&ehci {
status = "okay";

View File

@@ -59,12 +59,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -89,6 +92,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -62,13 +62,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -93,6 +96,7 @@
};
};
};
};
&pcie {
status = "okay";

View File

@@ -97,12 +97,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -127,6 +130,7 @@
};
};
};
};
&ethernet {
mtd-mac-address = <&art 0x0>;

View File

@@ -90,12 +90,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -132,6 +135,7 @@
};
};
};
};
&pcie {
status = "okay";

View File

@@ -20,6 +20,9 @@
reg = <0xbc400000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -46,6 +49,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
rtl8366s {
compatible = "realtek,rtl8366s";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -42,6 +45,7 @@
reg = <0x7f0000 0x10000>;
};
};
};
rtl8366rb {
compatible = "realtek,rtl8366rb";

View File

@@ -65,12 +65,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -120,6 +123,7 @@
};
};
};
};
&wmac {
ralink,mtd-eeprom = <&factory 0>;

View File

@@ -57,13 +57,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -88,6 +91,7 @@
};
};
};
};
&pcie {
status = "okay";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-export {
compatible = "gpio-export";

View File

@@ -69,13 +69,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -100,6 +103,7 @@
};
};
};
};
&cpuclock {
compatible = "fixed-clock";

View File

@@ -80,13 +80,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -111,6 +114,7 @@
};
};
};
};
&cpuclock {
compatible = "fixed-clock";

View File

@@ -81,12 +81,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -115,6 +118,7 @@
};
};
};
};
&sdhci {
status = "okay";

View File

@@ -100,13 +100,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -131,6 +134,7 @@
};
};
};
};
&uart1 {
status = "okay";

View File

@@ -76,12 +76,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -110,6 +113,7 @@
};
};
};
};
&ehci {
status = "okay";

View File

@@ -76,12 +76,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -110,6 +113,7 @@
};
};
};
};
&sdhci {
status = "okay";

View File

@@ -68,14 +68,17 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
linux,modalias = "m25p80", "w25q128";
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -118,6 +121,7 @@
};
};
};
};
&ethernet {
mtd-mac-address = <&factory 0x4>;

View File

@@ -51,6 +51,11 @@
&nand {
status = "okay";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x80000>;
@@ -117,6 +122,7 @@
reg = <0x54c0000 0x2ac0000>;
};
};
};
&pcie {
status = "okay";

View File

@@ -55,12 +55,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -98,6 +101,7 @@
};
};
};
};
&ehci {
status = "okay";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x1000000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -50,6 +53,7 @@
read-only;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -61,12 +61,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -91,6 +94,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -88,6 +88,9 @@
compatible = "jedec,spi-nor";
spi-max-frequency = <25000000>;
reg = <0>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -115,6 +118,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -54,12 +54,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -84,6 +87,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -47,12 +47,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -77,6 +80,7 @@
};
};
};
};
&ethernet {
mtd-mac-address = <&factory 0x2e>;

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>;
};
};
};
gpio-leds {
compatible = "gpio-leds";

View File

@@ -57,13 +57,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -94,6 +97,7 @@
};
};
};
};
&pcie {
status = "okay";

View File

@@ -98,13 +98,16 @@
pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
m25p,chunked-io = <31>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -127,6 +130,7 @@
reg = <0x50000 0x1fb0000>;
};
};
};
spidev@1 {
#address-cells = <1>;

View File

@@ -53,12 +53,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "Bootloader";
reg = <0x0 0x30000>;
@@ -83,6 +86,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -45,12 +45,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -75,6 +78,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -11,12 +11,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -41,3 +44,4 @@
};
};
};
};

View File

@@ -35,13 +35,16 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0 0>;
spi-max-frequency = <10000000>;
m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x1d800>;
@@ -75,6 +78,7 @@
};
};
};
};
&ethernet {
pinctrl-names = "default";

View File

@@ -70,12 +70,15 @@
status = "okay";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
@@ -100,6 +103,7 @@
};
};
};
};
&ethernet {
mtd-mac-address = <&factory 0x4>;

View File

@@ -43,6 +43,9 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -70,6 +73,7 @@
};
};
};
};
&pinctrl {
state_default: pinctrl0 {

View File

@@ -86,6 +86,11 @@
&nand {
status = "okay";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "Bootloader";
reg = <0x0 0x80000>;
@@ -162,6 +167,7 @@
reg = <0xa00000 0x7580000>;
};
};
};
&pcie {
status = "okay";

Some files were not shown because too many files have changed in this diff Show More