Merge branch 'master' of git://git.denx.de/u-boot-spi
Conflicts: arch/arm/dts/armada-385-amc.dts arch/arm/dts/armada-xp-theadorable.dts arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -42,7 +42,7 @@ Example:
|
||||
status = "okay";
|
||||
|
||||
spi_flash@0 {
|
||||
compatible = "spi-flash";
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <50000000>;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ Example:
|
||||
clocks = <&spiclk>;
|
||||
interrupts = <3 4>;
|
||||
flash@0 {
|
||||
compatible = "spi-flash";
|
||||
compatible = "jedec,spi-nor";
|
||||
spi-max-frequency = <50000000>;
|
||||
reg = <0>;
|
||||
spi-cpol;
|
||||
|
||||
@@ -29,7 +29,7 @@ Example:
|
||||
qflash0: n25q128a {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "micron,n25q128a13", "spi-flash";
|
||||
compatible = "micron,n25q128a13", "jedec,spi-nor";
|
||||
spi-max-frequency = <108000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
|
||||
Reference in New Issue
Block a user