aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2018-11-28 20:06:03 +0100
committerMathias Kresin <dev@kresin.me>2018-11-28 23:37:29 +0100
commit795211093f316b332c1962f2bb8b901348e90ec8 (patch)
tree8c2b77bf91dfb9c2e74ab5ef35c1242c39514ca2 /target/linux/ramips/dts
parente880a30549b5d1dfb11dc4c6cb2aac742de93366 (diff)
downloadupstream-795211093f316b332c1962f2bb8b901348e90ec8.tar.gz
upstream-795211093f316b332c1962f2bb8b901348e90ec8.tar.bz2
upstream-795211093f316b332c1962f2bb8b901348e90ec8.zip
ramips: bdcom-wap2100: Fix boot failure by adding partitions compatible property
Flash partitions were moved under partition table node, but addition of compatible property was omitted which lead to following boot failure: VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6 Please append a correct "root=" boot option; here are the available partitions: 1f00 16384 mtdblock0 (driver?) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Fixes: e4d9217f (ramips: improve BDCOM WAP2100-SK support) Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/BDCOM-WAP2100-SK.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts b/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts
index 62a87c8444..847dbe5d98 100644
--- a/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts
+++ b/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts
@@ -66,6 +66,7 @@
spi-max-frequency = <10000000>;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;