Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Update binding for Nomadik and DBx5x based platforms

Change compatible string to something more standard.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lee Jones and committed by
Linus Walleij
5dc26af1 b0c8fade

+3 -3
+3 -3
Documentation/devicetree/bindings/pinctrl/ste,nomadik.txt
··· 1 1 ST Ericsson Nomadik pinmux controller 2 2 3 3 Required properties: 4 - - compatible: "stericsson,nmk-pinctrl", "stericsson,nmk-pinctrl-db8540", 5 - "stericsson,nmk-pinctrl-stn8815" 4 + - compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl", 5 + "stericsson,stn8815-pinctrl" 6 6 - reg: Should contain the register physical address and length of the PRCMU. 7 7 8 8 Please refer to pinctrl-bindings.txt in this directory for details of the ··· 68 68 Example board file extract: 69 69 70 70 pinctrl@80157000 { 71 - compatible = "stericsson,nmk-pinctrl"; 71 + compatible = "stericsson,db8500-pinctrl"; 72 72 reg = <0x80157000 0x2000>; 73 73 74 74 pinctrl-names = "default";