Mathieu Malaterre
4c9847b737
dt-bindings: Remove leading 0x from bindings notation
...
Improve the binding example by removing all the leading 0x to fix the
following 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 48c926cd34
Signed-off-by: Mathieu Malaterre <malat@debian.org >
Signed-off-by: Rob Herring <robh@kernel.org >
2017-12-06 14:56:33 -06:00
Scott Branden
40fe0d43da
mmc: sdhci-iproc: Add brcm, sdhci-iproc compat string in bindings document
...
Adds brcm,sdhci-iproc compat string to DT bindings document for
the iProc SDHCI driver.
Signed-off-by: Anup Patel <anup.patel@broadcom.com >
Signed-off-by: Scott Branden <scott.branden@broadcom.com >
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org >
2016-11-29 09:00:59 +01:00
Stefan Wahren
07255f2816
mmc: DT: sdhci-iproc: add bcm2835 compatible
...
Since sdhci-iproc can support bcm2835 we need add the
compatible string to the binding.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com >
Acked-by: Scott Branden <sbranden@broadcom.com >
Acked-by: Eric Anholt <eric@anholt.net >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Scott Branden <sbranden@broadcom.com >
Acked-by: Stephen Warren <swarren@wwwdotorg.org >
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org >
2016-02-29 11:02:55 +01:00
Scott Branden
61fe2f80f8
mmc: sdhci-iproc: add device tree bindings
...
Add device tree binding documentation for IPROC SDHCI driver.
Acked-by: Ray Jui <rjui@broadcom.com >
Signed-off-by: Corneliu Doban <cdoban@broadcom.com >
Signed-off-by: Scott Branden <sbranden@broadcom.com >
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org >
2015-03-23 14:13:40 +01:00