aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2017-01-11 16:43:29 +0200
committerGreg Kroah-Hartman <[email protected]>2017-01-19 14:17:05 +0100
commitbcce9daa87cd0ad44bf9bdd433eae0474f51e1e2 (patch)
tree4fd811f3839e1cdb4e957784cd901e63648e63a9 /scripts/gdb/linux/utils.py
parent9c21ac508c6a75ba2670efe25f6de902ce32e98e (diff)
sh: Don't set sh-sci port_reg
The driver considers all negative or zero values of the port_reg field as invalid. The four platforms that set the field to a register address all use an address higher than 0x7fffffff, which is thus considered by the driver as invalid. The feature is thus never used, remove it. The feature could be implemented properly in the future using the pinctrl and GPIO APIs if desired. While at it, don't set the field to SCIx_NOT_SUPPORTED (-1) either, leaving it unset leads to the same result. This will allow removing the SCIx_NOT_SUPPORTED macro. Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions