ARM: dts: AM33XX: Convert all hex numbers to lower-case
To make it consistent, convert all hex number presentation to lower-case from all am33xx specific nodes. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
This commit is contained in:

committed by
Benoit Cousson

parent
2c195f9ceb
commit
5d83cb8622
@@ -19,11 +19,11 @@
|
||||
};
|
||||
|
||||
ocp {
|
||||
uart1: serial@44E09000 {
|
||||
uart1: serial@44e09000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c1: i2c@44E0B000 {
|
||||
i2c1: i2c@44e0b000 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
|
Reference in New Issue
Block a user