diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-12-16 09:42:31 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-12-16 09:42:31 -0600 |
commit | ccbb0995018bcd1ad4219c16668043b3906d9611 (patch) | |
tree | 12687288fda57275240fda4e4a8d41c6098b009b /geekbox-v4-device-tree-support.patch | |
parent | 84f938c2ad1cc6d6a3073e3f273cb78ef9ccb4c4 (diff) | |
download | kernel-ccbb0995018bcd1ad4219c16668043b3906d9611.tar.gz kernel-ccbb0995018bcd1ad4219c16668043b3906d9611.tar.xz kernel-ccbb0995018bcd1ad4219c16668043b3906d9611.zip |
Linux v4.9-10415-g73e2e0c
Diffstat (limited to 'geekbox-v4-device-tree-support.patch')
-rw-r--r-- | geekbox-v4-device-tree-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geekbox-v4-device-tree-support.patch b/geekbox-v4-device-tree-support.patch index 8408531bd..54f2bbe7e 100644 --- a/geekbox-v4-device-tree-support.patch +++ b/geekbox-v4-device-tree-support.patch @@ -18,7 +18,7 @@ index 55f388f..989a039 100644 +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -99,6 +99,15 @@ Rockchip platforms device tree bindings Required root node properties: - - compatible = "mqmaker,miqi", "rockchip,rk3288"; + - compatible = "rockchip,rk1108-evb", "rockchip,rk1108"; +- GeekBuying GeekBox: + Required root node properties: @@ -41,9 +41,9 @@ index 87669f6..9aec54e 100644 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-geekbox.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-orion-r68-meta.dtb +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-geekbox-landingship.dtb + dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-px5-evb.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-r88.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-evb.dtb - diff --git a/arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi b/arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi index fff8b19..bd4f2cf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi |