mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ARM: dts: s3c64xx: Remove skeleton.dtsi and fix DTC warnings for /memory
Remove the usage of skeleton.dtsi to fix the DTC warnings: arch/arm/boot/dts/s3c6410-mini6410.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name arch/arm/boot/dts/s3c6410-smdk6410.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
b589202b5e
commit
d5bb3a8e4a
3 changed files with 7 additions and 3 deletions
|
@ -19,7 +19,8 @@ / {
|
|||
model = "FriendlyARM Mini6410 board based on S3C6410";
|
||||
compatible = "friendlyarm,mini6410", "samsung,s3c6410";
|
||||
|
||||
memory {
|
||||
memory@50000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x50000000 0x10000000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ / {
|
|||
model = "SAMSUNG SMDK6410 board based on S3C6410";
|
||||
compatible = "samsung,mini6410", "samsung,s3c6410";
|
||||
|
||||
memory {
|
||||
memory@50000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x50000000 0x8000000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,10 +13,12 @@
|
|||
* nodes can be added to this file.
|
||||
*/
|
||||
|
||||
#include "skeleton.dtsi"
|
||||
#include <dt-bindings/clock/samsung,s3c64xx-clock.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
aliases {
|
||||
i2c0 = &i2c0;
|
||||
pinctrl0 = &pinctrl0;
|
||||
|
|
Loading…
Reference in a new issue