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 <mchehab+huawei@kernel.org>Acked-by: Andrew Jeffery <andrew@aj.id.au>Reviewed-by: Dan Murphy <dmurphy@ti.com>Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>Signed-off-by: Rob Herring <robh@kernel.org>
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 <robh@kernel.org>Signed-off-by: Tero Kristo <t-kristo@ti.com>Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Merge tag 'keystone_driver_soc_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/driversSOC: Keystone Soc driver updates for 4.16 - TI EMIF-SRAM driver
Merge tag 'keystone_driver_soc_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/driversSOC: Keystone Soc driver updates for 4.16 - TI EMIF-SRAM driver - TI SCI print format fix - Navigator strndup lenth fix* tag 'keystone_driver_soc_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: soc: ti: fix max dup length for kstrndup firmware: ti_sci: Use %zu for size_t print format memory: ti-emif-sram: remove unused variable memory: ti-emif-sram: introduce relocatable suspend/resume handlers Documentation: dt: Update ti,emif bindingsSigned-off-by: Olof Johansson <olof@lixom.net>
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 <malat@debian.org>Signed-off-by: Rob Herring <robh@kernel.org>
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 <robh@kernel.org>Acked-by: Tony Lindgren <tony@atomide.com>Signed-off-by: Dave Gerlach <d-gerlach@ti.com>Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
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 <mark.rutland@arm.com>Acked-by: Rob Herring <robh+dt@kernel.org>Signed-off-by: Tony Lindgren <tony@atomide.com>
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 <d-gerlach@ti.com>Tested-by: Felipe Balbi <balbi@ti.com>Acked-by: Felipe Balbi <balbi@ti.com>[tony@atomide.com: updated comments]Signed-off-by: Tony Lindgren <tony@atomide.com>
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 <grant.likely@secretlab.ca>Tested-by: Lokesh Vutla <lokeshvutla@ti.com>Signed-off-by: Aneesh V <aneesh@ti.com>[santosh.shilimkar@ti.com: Rebased against 3.6-rc]Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>Signed-off-by: Benoit Cousson <b-cousson@ti.com>