dt-bindings: altera: document syscon as fallback for sys-mgrFor 32-bit Altera SoCFPGA parts, the sys-mgr uses the syscon as a fallback.This change addresses this warning from dtbs_check:sysmgr@
dt-bindings: altera: document syscon as fallback for sys-mgrFor 32-bit Altera SoCFPGA parts, the sys-mgr uses the syscon as a fallback.This change addresses this warning from dtbs_check:sysmgr@ffd08000 (altr,sys-mgr): compatible: 'oneOf' conditional failed, onemust be fixed: ['altr,sys-mgr', 'syscon'] is too long 'altr,sys-mgr-s10' was expected 'altr,sys-mgr' was expectedfrom schema $id: http://devicetree.org/schemas/soc/altera/altr,sys-mgr.yamlAcked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
show more ...
dt-bindings: soc: altera: convert socfpga-system.txt to yamlConvert socfpga-system.txt to altr,socfpga-sys-mgr.yaml and move tosoc directory.Add platform names in description for clarity. ARM(32
dt-bindings: soc: altera: convert socfpga-system.txt to yamlConvert socfpga-system.txt to altr,socfpga-sys-mgr.yaml and move tosoc directory.Add platform names in description for clarity. ARM(32-bit) platformsCyclone5, Arria5 and Arria10 is using "altr,sys-mgr" compatible,while ARM64 is using "altr,sys-mgr-s10" compatible.Removed "cpu1-start-addr" for ARM64 as it is not required.Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>Link: https://lore.kernel.org/r/20250107105129.2784203-1-niravkumar.l.rabara@intel.comSigned-off-by: Rob Herring (Arm) <robh@kernel.org>