Re: [PATCH] ARM: mediatek: DT: Move reset controller constants into common location

From: Matthias Brugger
Date: Tue Nov 24 2015 - 13:08:16 EST




On 20/11/15 12:42, Philipp Zabel wrote:
By popular vote, the DT binding includes for reset controllers are located
in include/dt-bindings/reset/. Move the mediatek reset constants in there,
too, to avoid confusion.

Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
---
.../bindings/arm/mediatek/mediatek,infracfg.txt | 2 +-
.../bindings/arm/mediatek/mediatek,pericfg.txt | 2 +-
arch/arm/boot/dts/mt8135.dtsi | 2 +-
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
.../dt-bindings/reset-controller/mt8135-resets.h | 64 ----------------------
.../dt-bindings/reset-controller/mt8173-resets.h | 63 ---------------------
include/dt-bindings/reset/mt8135-resets.h | 64 ++++++++++++++++++++++
include/dt-bindings/reset/mt8173-resets.h | 63 +++++++++++++++++++++
8 files changed, 131 insertions(+), 131 deletions(-)
delete mode 100644 include/dt-bindings/reset-controller/mt8135-resets.h
delete mode 100644 include/dt-bindings/reset-controller/mt8173-resets.h
create mode 100644 include/dt-bindings/reset/mt8135-resets.h
create mode 100644 include/dt-bindings/reset/mt8173-resets.h


Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/