Skip to content

Commit

Permalink
ODROID-M1: Add /dev/gpiomem device
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Jeong <how2soft@gmail.com>
Change-Id: Ice6e85a437b89f4017e69e23ee8c899d98afce98
  • Loading branch information
Steve Jeong authored and tobetter committed Apr 5, 2023
1 parent 3dff2db commit 3a163dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
};
};

rk3568-gpiomem {
compatible = "rockchip,rk3568-gpiomem";
reg= <0x0 0xfd660000 0x0 0x1000>;
status = "okay";
};

pcie30_avdd0v9: pcie30-avdd0v9 {
compatible = "regulator-fixed";
regulator-name = "pcie30_avdd0v9";
Expand Down
1 change: 1 addition & 0 deletions drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
obj-$(CONFIG_ADI) += adi.o

obj-$(CONFIG_AMLOGIC_GPIOMEM) += aml-gpiomem.o
obj-$(CONFIG_ARCH_ROCKCHIP) += rk3568-gpiomem.o

0 comments on commit 3a163dc

Please sign in to comment.