Message ID | 1465815160-28504-3-git-send-email-s.nawrocki@samsung.com |
---|---|
State | Not Applicable, archived |
Headers | show |
On Mon, Jun 13, 2016 at 12:52:36PM +0200, Sylwester Nawrocki wrote: > This patch add documentation of the DT bindings for the Samsung > Exynos SoC Low Power Audio Subsystem. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > .../devicetree/bindings/sound/samsung,exynos5433-lpass.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt Seems kind of incomplete, but for what's here: Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 06/13/2016 12:52 PM, Sylwester Nawrocki wrote: > This patch add documentation of the DT bindings for the Samsung > Exynos SoC Low Power Audio Subsystem. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > .../devicetree/bindings/sound/samsung,exynos5433-lpass.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 06/15/2016 01:28 AM, Rob Herring wrote: > On Mon, Jun 13, 2016 at 12:52:36PM +0200, Sylwester Nawrocki wrote: >> > This patch add documentation of the DT bindings for the Samsung >> > Exynos SoC Low Power Audio Subsystem. >> > >> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> >> > --- >> > .../devicetree/bindings/sound/samsung,exynos5433-lpass.txt | 8 ++++++++ >> > 1 file changed, 8 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt > Seems kind of incomplete, but for what's here: > > Acked-by: Rob Herring <robh@kernel.org> Thanks, it's indeed a bit incomplete. Most of the functionality is already covered by existing bindings of sub-IPs like I2S, DMAC, UART. I'd expect more detailed binding be specified for newer SoCs and that would be a different compatible string. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt b/Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt new file mode 100644 index 0000000..4beef25 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt @@ -0,0 +1,8 @@ + +Samsung Exynos SoC Low Power Audio Subsystem (LPASS) + +Required properties: + + - compatible : "samsung,exynos5433-lpass" + - reg : should contain the LPASS SFR region location and size + - samsung,pmu-syscon : the phandle to the Power Management Unit node
This patch add documentation of the DT bindings for the Samsung Exynos SoC Low Power Audio Subsystem. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> --- .../devicetree/bindings/sound/samsung,exynos5433-lpass.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt