Message ID | 20240712093243.2108456-12-victor.liu@nxp.com |
---|---|
State | Superseded |
Headers | show |
Series | Add Freescale i.MX8qxp Display Controller support | expand |
On Fri, Jul 12, 2024 at 05:32:38PM +0800, Liu Ying wrote: > assigned-clock* properties can be used by default now, so allow them. > > Signed-off-by: Liu Ying <victor.liu@nxp.com> > --- > v2: > * New patch as needed by MIPI/LVDS subsystems device tree. Seems like this could go on its own, but if you don't want it merged then I don't need to review it. > > .../devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml > index 3c28ec50f097..286a4fcc977d 100644 > --- a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml > @@ -72,11 +72,6 @@ allOf: > contains: > const: fsl,imx8qxp-mipi-dphy > then: > - properties: > - assigned-clocks: false > - assigned-clock-parents: false > - assigned-clock-rates: false > - > required: > - fsl,syscon > > -- > 2.34.1 >
On 07/23/2024, Rob Herring wrote: > On Fri, Jul 12, 2024 at 05:32:38PM +0800, Liu Ying wrote: >> assigned-clock* properties can be used by default now, so allow them. >> >> Signed-off-by: Liu Ying <victor.liu@nxp.com> >> --- >> v2: >> * New patch as needed by MIPI/LVDS subsystems device tree. > > Seems like this could go on its own, but if you don't want it merged > then I don't need to review it. This patch is needed for testing a LVDS panel along with the display controller as wanted by Francesco. I plan to drop the "DO NOT MERGE" prefix and send it formally after the display controller part lands. Thanks. >> >> .../devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 ----- >> 1 file changed, 5 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml >> index 3c28ec50f097..286a4fcc977d 100644 >> --- a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml >> +++ b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml >> @@ -72,11 +72,6 @@ allOf: >> contains: >> const: fsl,imx8qxp-mipi-dphy >> then: >> - properties: >> - assigned-clocks: false >> - assigned-clock-parents: false >> - assigned-clock-rates: false >> - >> required: >> - fsl,syscon >> >> -- >> 2.34.1 >>
diff --git a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml index 3c28ec50f097..286a4fcc977d 100644 --- a/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml +++ b/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml @@ -72,11 +72,6 @@ allOf: contains: const: fsl,imx8qxp-mipi-dphy then: - properties: - assigned-clocks: false - assigned-clock-parents: false - assigned-clock-rates: false - required: - fsl,syscon
assigned-clock* properties can be used by default now, so allow them. Signed-off-by: Liu Ying <victor.liu@nxp.com> --- v2: * New patch as needed by MIPI/LVDS subsystems device tree. .../devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml | 5 ----- 1 file changed, 5 deletions(-)