Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f8b1ce1 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu into arm/fixes

mvebu fixes for 5.0 (part 2)

Fix PHY reset signal on clearfog gt 8K (Armada 8040 based)
Fix NAND description on Armada XP boards which was broken since a few
release

* tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu

:
  arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal
  ARM: dts: armada-xp: fix Armada XP boards NAND description

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 3858bfca bdd22a41
Loading
Loading
Loading
Loading
+24 −22
Original line number Diff line number Diff line
@@ -144,11 +144,13 @@
				status = "okay";
			};

			nand@d0000 {
			nand-controller@d0000 {
				status = "okay";

				nand@0 {
					reg = <0>;
					label = "pxa3xx_nand-0";
				num-cs = <1>;
				marvell,nand-keep-config;
					nand-rb = <0>;
					nand-on-flash-bbt;

					partitions {
@@ -167,7 +169,7 @@
						partition@1000000 {
							label = "Filesystem";
							reg = <0x1000000 0x3f000000>;

						};
					};
				};
			};
+8 −5
Original line number Diff line number Diff line
@@ -160,14 +160,17 @@
				status = "okay";
			};

			nand@d0000 {
			nand-controller@d0000 {
				status = "okay";

				nand@0 {
					reg = <0>;
					label = "pxa3xx_nand-0";
				num-cs = <1>;
				marvell,nand-keep-config;
					nand-rb = <0>;
					nand-on-flash-bbt;
				};
			};
		};

		bm-bppi {
			status = "okay";
+44 −41
Original line number Diff line number Diff line
@@ -81,11 +81,13 @@

			};

			nand@d0000 {
			nand-controller@d0000 {
				status = "okay";

				nand@0 {
					reg = <0>;
					label = "pxa3xx_nand-0";
				num-cs = <1>;
				marvell,nand-keep-config;
					nand-rb = <0>;
					nand-on-flash-bbt;

					partitions {
@@ -129,6 +131,7 @@
				};
			};
		};
	};

	gpio-keys {
		compatible = "gpio-keys";
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@
		reg = <0>;
		pinctrl-names = "default";
		pinctrl-0 = <&cp0_copper_eth_phy_reset>;
		reset-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>;
		reset-gpios = <&cp0_gpio2 11 GPIO_ACTIVE_LOW>;
		reset-assert-us = <10000>;
	};