diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2018-11-25 22:25:27 +0900 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-26 12:09:25 +0100 |
commit | 83f08aebb14c0bdcd3f6898fb8e93b76e69767de (patch) | |
tree | b9ef61b403c2be986c5f04aedb6ae9ea0d7bd50a /target/linux/ath79/dts | |
parent | d93b09fa740b359115b6fcc5dcd5bcefabaea767 (diff) | |
download | upstream-83f08aebb14c0bdcd3f6898fb8e93b76e69767de.tar.gz upstream-83f08aebb14c0bdcd3f6898fb8e93b76e69767de.tar.bz2 upstream-83f08aebb14c0bdcd3f6898fb8e93b76e69767de.zip |
ath79: specify "firmware" partition format for Buffalo devices
Specify firmware partition format (denx,uimage) by compatible string
for Buffalo devices.
affected devices (&run tested):
- BHR-4GRV
- WHR-G301N
- WZR-HP-AG300H
- WZR-HP-G302H A1A0
- WZR-HP-G450H (WZR-450HP)
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts')
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts index 8a5571ad0f..847458d084 100644 --- a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts +++ b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts @@ -167,6 +167,7 @@ }; partition@60000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x0060000 0x1f90000>; }; diff --git a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts index c00509b429..a3ab92c015 100644 --- a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts +++ b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts @@ -136,6 +136,7 @@ }; partition@40000 { + compatible = "denx,uimage"; reg = <0x40000 0x3a0000>; label = "firmware"; }; diff --git a/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi b/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi index 08f202334c..4ef9323b6e 100644 --- a/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi +++ b/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi @@ -99,6 +99,7 @@ }; partition@60000 { + compatible = "denx,uimage"; reg = <0x60000 0x1f80000>; label = "firmware"; }; diff --git a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts index 235083c9f0..3e2c80e059 100644 --- a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts +++ b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts @@ -155,6 +155,7 @@ }; partition@60000 { + compatible = "denx,uimage"; reg = <0x60000 0x1f60000>; label = "firmware"; }; |