docs: dt: fix several broken references due to renamesSeveral DT references got broken due to txt->yaml conversion.Those are auto-fixed by running: scripts/documentation-file-ref-check --fixS
docs: dt: fix several broken references due to renamesSeveral DT references got broken due to txt->yaml conversion.Those are auto-fixed by running: scripts/documentation-file-ref-check --fixSigned-off-by: Mauro Carvalho Chehab <[email protected]>Acked-by: Andrew Jeffery <[email protected]>Reviewed-by: Dan Murphy <[email protected]>Reviewed-by: Amit Kucheria <[email protected]>Signed-off-by: Rob Herring <[email protected]>
show more ...
dt-bindings: memory: ti-emif: add edac support under emifCertain revisions of the TI EMIF IP contain ECC support in them. Reflectthis in the DT binding. Also, add interrupts property as a required
dt-bindings: memory: ti-emif: add edac support under emifCertain revisions of the TI EMIF IP contain ECC support in them. Reflectthis in the DT binding. Also, add interrupts property as a requiredproperty for the emif controller, as all revisions of the emif IP containinterrupt support; this might remain unused by the kernel driver though.Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Tero Kristo <[email protected]>Signed-off-by: Santosh Shilimkar <[email protected]>
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit nam
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit name should not have leading "0x"Converted using the following command:find Documentation/devicetree/bindings -name "*.txt" -exec sed -i -e 's/([^ ])\@0x([0-9a-f])/$1\@$2/g' {} +This is a follow up to commit 48c926cd3414Signed-off-by: Mathieu Malaterre <[email protected]>Signed-off-by: Rob Herring <[email protected]>
Documentation: dt: Update ti,emif bindingsUpdate the Texas Instruments EMIF binding document to include the devicetree bindings for ti,emif-am3352 and ti,emif-am4372 which are used bythe ti-emif-
Documentation: dt: Update ti,emif bindingsUpdate the Texas Instruments EMIF binding document to include the devicetree bindings for ti,emif-am3352 and ti,emif-am4372 which are used bythe ti-emif-sram driver to provide low-level PM functionality.Acked-by: Rob Herring <[email protected]>Acked-by: Tony Lindgren <[email protected]>Signed-off-by: Dave Gerlach <[email protected]>Signed-off-by: Santosh Shilimkar <[email protected]>
ARM: dts: Add missing hwmod related nodes for am33xxOn am33xx we're missing the pmu and emif nodes with their related"ti,hwmods" properties that the SoC interconnect code needs.Note that this wi
ARM: dts: Add missing hwmod related nodes for am33xxOn am33xx we're missing the pmu and emif nodes with their related"ti,hwmods" properties that the SoC interconnect code needs.Note that this will only show up as a bug with "doesn't havempu register target base" boot errors when the legacy platformdata is removed.Let's also update the related binding documentation while at it.Cc: Mark Rutland <[email protected]>Acked-by: Rob Herring <[email protected]>Signed-off-by: Tony Lindgren <[email protected]>
ARM: dts: am4372: Add emif nodeAdd node for TI AM4372 EMIF. Without this we get a warning with therecent commit fabbe6df (ARM: OMAP: AM43xx hwmod: Add data for am43xxemif hwmod).Signed-off-by:
ARM: dts: am4372: Add emif nodeAdd node for TI AM4372 EMIF. Without this we get a warning with therecent commit fabbe6df (ARM: OMAP: AM43xx hwmod: Add data for am43xxemif hwmod).Signed-off-by: Dave Gerlach <[email protected]>Tested-by: Felipe Balbi <[email protected]>Acked-by: Felipe Balbi <[email protected]>[[email protected]: updated comments]Signed-off-by: Tony Lindgren <[email protected]>
Documentation: dt: emif: device tree bindings for TI's EMIF sdram controllerEMIF - External Memory Interface - is an SDRAM controller used inTI SoCs. EMIF supports, based on the IP revision, one o
Documentation: dt: emif: device tree bindings for TI's EMIF sdram controllerEMIF - External Memory Interface - is an SDRAM controller used inTI SoCs. EMIF supports, based on the IP revision, one or more ofDDR2/DDR3/LPDDR2 protocols. This binding describes a given instanceof the EMIF IP and memory parts attached to it.Reviewed-by: Grant Likely <[email protected]>Tested-by: Lokesh Vutla <[email protected]>Signed-off-by: Aneesh V <[email protected]>[[email protected]: Rebased against 3.6-rc]Signed-off-by: Santosh Shilimkar <[email protected]>Signed-off-by: Benoit Cousson <[email protected]>