https://github.com/torvalds/linux
Revision 496f3347d834aec91c38b45d6249ed00f58ad233 authored by Neeraj Dantu on 28 August 2018, 16:37:58 UTC, committed by Tony Lindgren on 28 August 2018, 16:54:16 UTC
Fix wrong mode for dts file added by commit bb3e3fbbac86
("ARM: dts: Add DT support for Octavo Systems OSD3358-SM-RED
based on TI AM335x").

Signed-off-by: Neeraj Dantu <neeraj.dantu@octavosystems.com>
CC: Robert Nelson <robertcnelson@gmail.com>
CC: Jason Kridner <jkridner@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 5b394b2
Raw File
Tip revision: 496f3347d834aec91c38b45d6249ed00f58ad233 authored by Neeraj Dantu on 28 August 2018, 16:37:58 UTC
ARM: dts: Fix file permission for am335x-osd3358-sm-red.dts
Tip revision: 496f334
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top