Commit 48f3a832 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'aspeed-5.4-devicetree-2' of...

Merge tag 'aspeed-5.4-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed into arm/dt

ASPEED device tree updates for 5.4, second round

 - Alternate flash support for Vesnin
 - Minor cleanups and fixes

* tag 'aspeed-5.4-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed:
  ARM: dts: aspeed-g5: Fixe gpio-ranges upper limit
  ARM; dts: aspeed: mihawk: File should not be executable
  ARM: dts: aspeed: swift: Change power supplies to version 2
  ARM: dts: aspeed: vesnin: Add secondary SPI flash chip
  ARM: dts: aspeed: vesnin: Add wdt2 with alt-boot option
  ARM: dts: aspeed-g4: Add all flash chips

Link: https://lore.kernel.org/r/CACPK8Xdp4gVuetmiu2bRTTH6oHhRrC7FELHWKVB2ZGSbPbH7HQ@mail.gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 72146720 89b97c42
File mode changed from 100755 to 100644
...@@ -494,7 +494,7 @@ gpio@15 { ...@@ -494,7 +494,7 @@ gpio@15 {
}; };
power-supply@68 { power-supply@68 {
compatible = "ibm,cffps1"; compatible = "ibm,cffps2";
reg = <0x68>; reg = <0x68>;
}; };
...@@ -504,7 +504,7 @@ eeprom@50 { ...@@ -504,7 +504,7 @@ eeprom@50 {
}; };
power-supply@69 { power-supply@69 {
compatible = "ibm,cffps1"; compatible = "ibm,cffps2";
reg = <0x69>; reg = <0x69>;
}; };
......
...@@ -81,6 +81,12 @@ flash@0 { ...@@ -81,6 +81,12 @@ flash@0 {
label = "bmc"; label = "bmc";
#include "openbmc-flash-layout.dtsi" #include "openbmc-flash-layout.dtsi"
}; };
flash@1 {
status = "okay";
m25p,fast-read;
label = "alt";
};
}; };
&spi { &spi {
...@@ -222,3 +228,7 @@ &i2c13 { ...@@ -222,3 +228,7 @@ &i2c13 {
&vuart { &vuart {
status = "okay"; status = "okay";
}; };
&wdt2 {
aspeed,alt-boot;
};
...@@ -67,6 +67,26 @@ flash@0 { ...@@ -67,6 +67,26 @@ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
status = "disabled"; status = "disabled";
}; };
flash@1 {
reg = < 1 >;
compatible = "jedec,spi-nor";
status = "disabled";
};
flash@2 {
reg = < 2 >;
compatible = "jedec,spi-nor";
status = "disabled";
};
flash@3 {
reg = < 3 >;
compatible = "jedec,spi-nor";
status = "disabled";
};
flash@4 {
reg = < 4 >;
compatible = "jedec,spi-nor";
status = "disabled";
};
}; };
spi: spi@1e630000 { spi: spi@1e630000 {
......
...@@ -301,7 +301,7 @@ gpio: gpio@1e780000 { ...@@ -301,7 +301,7 @@ gpio: gpio@1e780000 {
compatible = "aspeed,ast2500-gpio"; compatible = "aspeed,ast2500-gpio";
reg = <0x1e780000 0x1000>; reg = <0x1e780000 0x1000>;
interrupts = <20>; interrupts = <20>;
gpio-ranges = <&pinctrl 0 0 220>; gpio-ranges = <&pinctrl 0 0 232>;
clocks = <&syscon ASPEED_CLK_APB>; clocks = <&syscon ASPEED_CLK_APB>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment