Skip to content
Commit fe930108 authored by Prathyush Katukojwala's avatar Prathyush Katukojwala
Browse files

checkpatch: Check to make sure DT property names are lowercase



Property names in DT files should be lowercase. Reports an error
if a property name that has uppercase characters in it is detected.
See following imaginary example:

qcom,venus@aae0000 {
	...
	ClockNames = "core_clk", "iface_clk", "bus_clk";
	...
};

"ClockNames" here is an invalid property name as it contains uppercase
characters.

Change-Id: I8f05e0daa84bc18b95e307c3733d4700ae7fe1b0
Signed-off-by: default avatarPrathyush Katukojwala <pkatukoj@codeaurora.org>
parent 52034352
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment