mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 12:06:50 +00:00
mediatek: Cetron CT3003: fixes typo for spi properties
Same as commit3674689
, correct 'buswidth' to 'bus-width'. Also move the nmbm properties outside the partition definition. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> (cherry picked from commit1be6347b7d
)
This commit is contained in:
parent
6bec68062b
commit
9627654277
@ -100,18 +100,18 @@
|
|||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
spi-max-frequency = <52000000>;
|
spi-max-frequency = <52000000>;
|
||||||
spi-tx-buswidth = <4>;
|
spi-tx-bus-width = <4>;
|
||||||
spi-rx-buswidth = <4>;
|
spi-rx-bus-width = <4>;
|
||||||
|
|
||||||
|
mediatek,nmbm;
|
||||||
|
mediatek,bmt-max-ratio = <1>;
|
||||||
|
mediatek,bmt-max-reserved-blocks = <64>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
mediatek,nmbm;
|
|
||||||
mediatek,bmt-max-ratio = <1>;
|
|
||||||
mediatek,bmt-max-reserved-blocks = <64>;
|
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "BL2";
|
label = "BL2";
|
||||||
reg = <0x0000000 0x0100000>;
|
reg = <0x0000000 0x0100000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user