mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: rockchip: add pstore node for rk3366-tb
Change-Id: I7120fe883faa60d95ad1c93e6bbb774116bdcbef Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
139e3a4b92
commit
f441e9251a
@@ -65,6 +65,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
ramoops_mem: ramoops_mem {
|
||||
reg = <0x0 0x100000 0x0 0x100000>;
|
||||
reg-names = "ramoops_mem";
|
||||
};
|
||||
|
||||
ramoops {
|
||||
compatible = "ramoops";
|
||||
record-size = <0x0 0x10000>;
|
||||
console-size = <0x0 0x80000>;
|
||||
ftrace-size = <0x0 0x10000>;
|
||||
pmsg-size = <0x0 0x50000>;
|
||||
memory-region = <&ramoops_mem>;
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
compatible = "pwm-backlight";
|
||||
pwms = <&pwm0 0 25000 PWM_POLARITY_INVERTED>;
|
||||
|
||||
Reference in New Issue
Block a user