From: INAGAKI Hiroshi Date: Sun, 25 Nov 2018 13:25:27 +0000 (+0900) Subject: ath79: specify "firmware" partition format for Buffalo devices X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=83f08aebb14c0bdcd3f6898fb8e93b76e69767de 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 --- 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"; };