[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5aca7019-7c0a-5377-89e7-3d3eed5c2b73@axentia.se>
Date: Thu, 20 Apr 2017 17:01:59 +0200
From: Peter Rosin <peda@...ntia.se>
To: Philipp Zabel <p.zabel@...gutronix.de>
CC: Rob Herring <robh@...nel.org>, Mark Rutland <mark.rutland@....com>,
Sakari Ailus <sakari.ailus@....fi>,
Steve Longerbeam <slongerbeam@...il.com>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel@...gutronix.de>
Subject: Re: [RFC 1/2] dt-bindings: add mmio-based syscon mux controller DT
bindings
On 2017-04-20 16:50, Philipp Zabel wrote:
> mux: mux-controllers {
> compatible = "mmio-mux";
> #mux-control-cells = <1>;
>
> /* This list is not complete */
> mux-reg-masks = <0x04 0x00080000>, /* MIPI_IPU1_MUX */
> <0x04 0x00100000>, /* MIPI_IPU2_MUX */
> <0x0c 0x0000000c>, /* HDMI_MUX_CTL */
> <0x0c 0x000000c0>, /* LVDS0_MUX_CTL */
> <0x0c 0x0000030c>, /* LVDS1_MUX_CTL */
I hope you mean
<0x0c 0x00000300>, /* LVDS1_MUX_CTL */
:-)
> <0x28 0x00000003>, /* DCIC1_MUX_CTL */
> <0x28 0x0000000c>; /* DCIC2_MUX_CTL */
> };
(BTW, same bug in the other example)
Cheers,
peda
Powered by blists - more mailing lists