From f26c2f4f622182dc79dee970b6fb18370f91d969 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 10 Jan 2017 08:24:10 +0100 Subject: dts: update to v4.9-rc6 Signed-off-by: Sascha Hauer --- dts/Bindings/ipmi/aspeed,ast2400-bt-bmc.txt | 23 ----------------------- dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt | 23 +++++++++++++++++++++++ dts/Bindings/sound/omap-abe-twl6040.txt | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 dts/Bindings/ipmi/aspeed,ast2400-bt-bmc.txt create mode 100644 dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt (limited to 'dts/Bindings') diff --git a/dts/Bindings/ipmi/aspeed,ast2400-bt-bmc.txt b/dts/Bindings/ipmi/aspeed,ast2400-bt-bmc.txt deleted file mode 100644 index fbbacd9582..0000000000 --- a/dts/Bindings/ipmi/aspeed,ast2400-bt-bmc.txt +++ /dev/null @@ -1,23 +0,0 @@ -* Aspeed BT (Block Transfer) IPMI interface - -The Aspeed SOCs (AST2400 and AST2500) are commonly used as BMCs -(BaseBoard Management Controllers) and the BT interface can be used to -perform in-band IPMI communication with their host. - -Required properties: - -- compatible : should be "aspeed,ast2400-bt-bmc" -- reg: physical address and size of the registers - -Optional properties: - -- interrupts: interrupt generated by the BT interface. without an - interrupt, the driver will operate in poll mode. - -Example: - - ibt@1e789140 { - compatible = "aspeed,ast2400-bt-bmc"; - reg = <0x1e789140 0x18>; - interrupts = <8>; - }; diff --git a/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt new file mode 100644 index 0000000000..6f28969af9 --- /dev/null +++ b/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt @@ -0,0 +1,23 @@ +* Aspeed BT (Block Transfer) IPMI interface + +The Aspeed SOCs (AST2400 and AST2500) are commonly used as BMCs +(BaseBoard Management Controllers) and the BT interface can be used to +perform in-band IPMI communication with their host. + +Required properties: + +- compatible : should be "aspeed,ast2400-ibt-bmc" +- reg: physical address and size of the registers + +Optional properties: + +- interrupts: interrupt generated by the BT interface. without an + interrupt, the driver will operate in poll mode. + +Example: + + ibt@1e789140 { + compatible = "aspeed,ast2400-ibt-bmc"; + reg = <0x1e789140 0x18>; + interrupts = <8>; + }; diff --git a/dts/Bindings/sound/omap-abe-twl6040.txt b/dts/Bindings/sound/omap-abe-twl6040.txt index fd40c852d7..462b04e820 100644 --- a/dts/Bindings/sound/omap-abe-twl6040.txt +++ b/dts/Bindings/sound/omap-abe-twl6040.txt @@ -12,7 +12,7 @@ Required properties: Optional properties: - ti,dmic: phandle for the OMAP dmic node if the machine have it connected -- ti,jack_detection: Need to be present if the board capable to detect jack +- ti,jack-detection: Need to be present if the board capable to detect jack insertion, removal. Available audio endpoints for the audio-routing table: -- cgit v1.2.3