Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet
Fix the whole mux-mask table according to datasheet for the sam9x60 product. Too much functions for pins were disabled leading to misunderstandings when enabling more peripherals or taking this table as an example for another board. Take advantage of this fix to move the mux-mask in the SoC file where it belongs and use lower case letters for hex numbers like everywhere in the file. Signed-off-by: Nicolas Ferre <[email protected]> Fixes: 1e5f532 ("ARM: dts: at91: sam9x60: add device tree for soc and board") Cc: <[email protected]> # 5.6+ Cc: Sandeep Sheriker Mallikarjun <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected]
- Loading branch information