mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID-C4: Fix dts like odroidn2.
Change-Id: Ica2602ef558050e0ddcd2759b4ef71e53a5178f8
This commit is contained in:
@@ -21,11 +21,6 @@
|
||||
firmware {
|
||||
android {
|
||||
compatible = "android,firmware";
|
||||
vbmeta {
|
||||
compatible = "android,vbmeta";
|
||||
parts = "boot,system,vendor";
|
||||
by_name_prefix="/dev/block";
|
||||
};
|
||||
fstab {
|
||||
compatible = "android,fstab";
|
||||
system {
|
||||
@@ -49,9 +44,51 @@
|
||||
mnt_flags = "rw";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
product {
|
||||
compatible = "android,product";
|
||||
dev = "/dev/block/product";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
odroid_sysfs {
|
||||
compatible = "odroid-sysfs";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpio_keys_polled {
|
||||
status = "disabled";
|
||||
compatible =
|
||||
"gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
autorepeat;
|
||||
button@1 {
|
||||
label = "GPIO Key F7";
|
||||
linux,code = <65>;
|
||||
gpios = <&gpio GPIOX_3 1>;
|
||||
};
|
||||
button@2 {
|
||||
label = "GPIO Key F8";
|
||||
linux,code = <66>;
|
||||
gpios = <&gpio GPIOX_4 1>;
|
||||
};
|
||||
button@3 {
|
||||
label = "GPIO Key F9";
|
||||
linux,code = <67>;
|
||||
gpios = <&gpio GPIOX_7 1>;
|
||||
};
|
||||
button@4 {
|
||||
label = "GPIO Key F10";
|
||||
linux,code = <68>;
|
||||
gpios = <&gpio GPIOX_8 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&custom_maps {
|
||||
|
||||
Reference in New Issue
Block a user