Skip to content

Commit

Permalink
mpc85xx: fix missing kernel config symbol and DTS whitespace issue
Browse files Browse the repository at this point in the history
Buildbot has reported following issue while crunching mpc85xx/p1010
subtarget:

 Extreme Networks WS-AP3825i (WS_AP3825I) [N/y/?] (NEW)

Fix it by disabling that config symbol in target kernel config and while
at it fix DTS whitespace issue.

Fixes: 7e61482 ("mpc85xx: add support for Extreme Networks WS-AP3825i")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz committed Mar 17, 2022
1 parent a622273 commit 83ca16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions target/linux/mpc85xx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ CONFIG_VDSO32=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WS_AP3710I is not set
# CONFIG_WS_AP3825I is not set
# CONFIG_XES_MPC85xx is not set
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_POWERPC=y
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
};

led_spi {
/*
/*
* This is currently non-functioning because the spi-gpio
* driver refuses to register when presented with this node.
*/
Expand Down

0 comments on commit 83ca16f

Please sign in to comment.