Message ID | 1444237456-28020-1-git-send-email-nm@ti.com |
---|---|
State | Accepted |
Commit | dc5fa4ec0dca38ed110e54e20e2f10701e04dfe5 |
Headers | show |
On 10/7/15 10:04 AM, Nishanth Menon wrote: > Add missing commits for the suggest compatible flags in dt binding. > > Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags") > Reported-by: Suman Anna <s-anna@ti.com> > Signed-off-by: Nishanth Menon <nm@ti.com> > --- > > This could be squashed since the original patch was not merged yet.. > Apologies on the miss. (based on next-20151006) > I don't want to disturbs those tags now. Once the pulls get into the queue, I will check if this can be applied on top of that, o.w will queue that up later. Thanks !! Regards, Santosh -- 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/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt index 800d2d02e27b..3090a8a008c0 100644 --- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt @@ -17,11 +17,11 @@ SoC families: SoCs: - Keystone 2 Hawking/Kepler - compatible = ti,k2hk", "ti,keystone" + compatible = "ti,k2hk", "ti,keystone" - Keystone 2 Lamarr - compatible = ti,k2l", "ti,keystone" + compatible = "ti,k2l", "ti,keystone" - Keystone 2 Edison - compatible = ti,k2e", "ti,keystone" + compatible = "ti,k2e", "ti,keystone" Boards: - Keystone 2 Hawking/Kepler EVM
Add missing commits for the suggest compatible flags in dt binding. Fixes: 8841cbf666d6 ("Documentation: dt: keystone: provide SoC specific compatible flags") Reported-by: Suman Anna <s-anna@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> --- This could be squashed since the original patch was not merged yet.. Apologies on the miss. (based on next-20151006) Documentation/devicetree/bindings/arm/keystone/keystone.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)